Pulse/internal/hostmetrics
rcourtman 29e4f54243 fix: Exclude TrueNAS Docker overlay mounts from disk stats
Host agent was including Docker overlay2 mounts from TrueNAS SCALE's
.ix-apps directory in disk totals. These mounts inherit the ZFS pool's
AVAIL space, causing massively inflated storage numbers (e.g., 173 TB
per container overlay instead of actual usage).

Changes:
- Add /mnt/.ix-apps/docker/ to container overlay path exclusions
- Use ShouldSkipFilesystem() in host agent disk collection (was only
  using ShouldIgnoreReadOnlyFilesystem() which missed container paths)
- Add test cases for TrueNAS overlay paths

Related to #718
2025-12-04 03:03:04 +00:00
..
collector.go fix: Exclude TrueNAS Docker overlay mounts from disk stats 2025-12-04 03:03:04 +00:00
collector_test.go Fix ZFS storage reporting on TrueNAS SCALE (#718) 2025-11-22 23:53:39 +00:00
zfs.go fix(hostmetrics): dedupe ZFS pools for usable storage 2025-11-18 23:38:11 +00:00
zfs_test.go Add unit tests for ZFS storage utility functions (hostmetrics) 2025-11-30 12:50:58 +00:00