Pulse/pkg/fsfilters
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
..
filters.go fix: Exclude TrueNAS Docker overlay mounts from disk stats 2025-12-04 03:03:04 +00:00
filters_test.go fix: Exclude TrueNAS Docker overlay mounts from disk stats 2025-12-04 03:03:04 +00:00