mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #1897] Disks summary should show (only) pool-level data for ZFS filesystems #3124
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3124
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alvanson on GitHub (Jun 20, 2024).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/1897
Server Info:
Installation Method:
--insecureflag at installAgent Info:
Describe the bug
On ZFS systems Disks section in Summary currently lists each dataset and shows disk avail / size as reported by
df. However,dfreports the space remaining in the entire pool underAvailfor 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 listwould be more appropriate here.Screenshots
(none)
Additional context
(none)