mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-21 10:43:36 +00:00
ac82a0e679
addresses #348 After testing on actual PVE 9.0.5 nodes: - Confirmed VM.Monitor privilege was removed in PVE 9 - PVEAuditor role includes VM.GuestAgent.Audit permission - Added Sys.Audit permission (replacement for VM.Monitor) - Added clear warning about known PVE 9 guest agent limitations The issue appears to be a Proxmox 9 limitation where even with correct permissions (VM.GuestAgent.Audit + Sys.Audit), the guest agent API may not return disk usage data for non-root tokens. This is likely a bug or intentional security restriction in Proxmox 9 that needs to be addressed upstream. Updated setup script to: 1. Properly detect PVE 9 and add appropriate permissions 2. Warn users about the known limitation 3. Suggest workarounds (using root credentials if needed)