mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-10 10:35:51 +00:00
e1720ca219
When fetchVMFSInfo fails (agent not running, timeout, permission denied, no filesystems), the builder passed the cluster/resources numbers through — and PVE always reports 0 used for QEMU — so the UI rendered a confident "0% (0 B/<allocated>)" for every affected VM instead of the unavailable dash plus diskStatusReason tooltip. The agent-disabled path already used the -1 sentinel for exactly this; apply it on the error path too. The stabilizer can still replace the sentinel with the previous good sample when recent agent evidence exists. Reported by Massimo Simoni (support, 2026-07-13): screenshot showed every VM at 0% disk with only containers reporting real usage.