mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-24 04:07:16 +00:00
60e4c4db94
addresses #348 After extensive testing and research: CONFIRMED: This is a Proxmox 9 API limitation, not a configuration issue - Guest agent get-fsinfo works when called as root (qm agent <vmid> get-fsinfo) - API tokens CANNOT access this data even with VM.GuestAgent.Audit permission - Proxmox's own web UI also shows 0% for VM disk usage (bug #1373) Updated: - Setup script now clearly explains this is a known Proxmox limitation - Changed log level from Warn to Debug for permission errors (expected on PVE 9) - Added references to Proxmox bug #1373 Workarounds for users: 1. Use root@pam credentials instead of API tokens for full VM disk monitoring 2. Container (LXC) disk usage works correctly with tokens 3. Wait for Proxmox to fix this upstream The guest agent returns the data (total-bytes, used-bytes) but Proxmox's API doesn't allow token access to it. This is not something we can fix in Pulse - it needs to be addressed in Proxmox itself.