mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 02:33:32 +00:00
29e4f54243
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