VM summary page shows data from previous VM

SteveITS

Active Member
Feb 6, 2025
199
59
28
I deleted a VM this morning, and created another this afternoon that defaulted to the original VM's ID. It looks like the VM's Summary page shows data from the old VM? In Month view there is data from before today, until the old one turned off, though of course none yet for today (for future readers, today is 2025-05-14):

1747258694028.png
 
(for future readers, today is 2025-05-14)
Don't worry, the date and time are present on each port.
I deleted a VM this morning, and created another this afternoon that defaulted to the original VM's ID. It looks like the VM's Summary page shows data from the old VM?
indeed; this is normal for Proxmox VE.
 
  • Like
Reactions: Johannes S
Interesting, I would think it would discard the old data. Or maybe just use the next higher ID and wrap around when it needs to.

For us I guess it doesn't matter as we're the only ones who can see it. Just seemed wrong.
 
If you want a workaround (I've used it before):

The RRD (Round Robin Database) data used for those GUI stats is stored in a file: /var/lib/rrdcached/db/pve2-vm/<VMID>
So if you use:
Code:
rm /var/lib/rrdcached/db/pve2-vm/<VMID>
Woosh its gone!

BUT probably on a cluster it could be easily recreated if the VM exists somewhere else in that cluster.
However seeing that completely removing a VM is (usually) on a test/rd VM - this is not (again usually!) a problem.
 
  • Like
Reactions: leesteken