From 4f73d368ef515291efdf9bd1c29544a58bf94d15 Mon Sep 17 00:00:00 2001 From: Pulse Monitor Date: Mon, 25 Aug 2025 09:14:21 +0000 Subject: [PATCH] docs: add troubleshooting for root@pam users still seeing 0% disk usage --- docs/FAQ.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/FAQ.md b/docs/FAQ.md index 753512be0..d4a166c59 100644 --- a/docs/FAQ.md +++ b/docs/FAQ.md @@ -111,6 +111,12 @@ This is usually one of these issues: - Alternative check: `ps aux | grep qemu-ga` - Restart the VM after installing/enabling in Proxmox options +**Still showing 0% with root@pam?** +- Verify from Proxmox host: `qm agent get-fsinfo` +- If that works but Pulse doesn't show it, check Pulse logs for errors +- Some VMs may need: `systemctl restart qemu-guest-agent` inside the VM +- Windows VMs: Ensure QEMU Guest Agent VSS Provider service is running + ### How do I see real disk usage for VMs? Install QEMU Guest Agent in your VMs: - Linux: `apt install qemu-guest-agent` or `yum install qemu-guest-agent`