mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 02:25:56 +00:00
d6cf090737
The host agent's node-local pct df inventory was only applied by the per-node container poll fallback. Cluster instances are served by the efficient cluster/resources path, which never called the enrichment, so installs on that path showed rootfs-only container filesystems (and, since the config-mount restoration, config-listed mounts with unknown usage) no matter how healthy the linked agent was. Reported on #1477 after the reporter installed agents specifically to get per-mount usage. Reproduced end to end against a live PVE cluster: the agent shipped the full inventory, the server linked the agent and populated the filesystem cache every report, and the poll path never read it. With the enrichment applied after metadata enrichment, mirroring the per-node path's ordering, the same rig surfaces real per-mount usage. Refs #1477 Contract-Neutral: behavioral fix: cluster/resources poll path now applies agent pct df enrichment like the per-node path (#1477), no public contract delta