mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-11 22:12:23 +00:00
e0900ac006
- Add GetVMFSInfo method to fetch filesystem data from guest agent - Integrate guest agent disk stats for VMs in both polling modes - Aggregate real disk usage from all filesystems (skip special mounts) - Fall back gracefully to allocated size when agent unavailable - Add VM.Monitor permission to auto-negotiation script via PulseMonitor role - Update frontend NodeModal with new permission instructions VMs with QEMU guest agent now show actual disk usage like LXCs do. Addresses #344