amidaware / tacticalrmm

A remote monitoring & management tool, built with Django, Vue and Go.

Home Page:https://docs.tacticalrmm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Disks summary should show (only) pool-level data for ZFS filesystems

alvanson opened this issue · comments

Server Info:

  • OS: (all)
  • Browser: (all)
  • RMM Version: 0.18.2

Installation Method:

  • Standard
  • Standard with --insecure flag at install
  • Docker

Agent Info:

  • Agent version: 2.7.0
  • Agent OS: Linux (Debian 12 / Proxmox VE)

Describe the bug
On ZFS systems Disks section in Summary currently lists each dataset and shows disk avail / size as reported by df. However, df reports the space remaining in the entire pool under Avail for each dataset. This gives a distorted view of the storage situation on a particular endpoint.

To Reproduce
(see above description)

Expected behavior
The data reported by zpool list would be more appropriate here.

Screenshots
(none)

Additional context
(none)