The problem gets fixed!!is a different error - (no mention of the timestamps )...
depending on how important the historical data is - I would probably move the cache directory to a safe place and restart the services (that way recording should start fresh):
Code:cd /var/lib/rrdcached/ systemctl stop rrdcached mv rrdcached rrdcached.bck systemctl start rrdcached systemctl restart pve-cluster
I hope this helps!
Your solution worked on 8.2.4 until I reboot and the same issue persists (1970 on the graphs).On my Proxmox Version 8.1.4
Attention: This operation will clear all your chart history.
Bash:systemctl stop rrdcached mv /var/lib/rrdcached/db /var/lib/rrdcached/db.bck systemctl start rrdcached systemctl restart pve-cluster
If all its ok you can remove db.bck
Bash:rm -rf /var/lib/rrdcached/db.bck
Probably a dead CMOS battery explains your situation.I also noticed that the BIOS wasn't updating the time after a reboot so we ended up having to replace it.
I thought so as well. We switched to a different device and it is doing the exact same thing. I have also made sure that Chrony is running and the "date" and "hwclock" commands both say the same time within a few seconds due to static info and typing the different commands. I have verified that the network is setup for the correct timezone and is getting the correct time as well. I am doing updates on the new device now and I hope that everything is fixed once it reboots.Probably a dead CMOS battery explains your situation.
I have only setup single nodes so I can't know if it is also affecting clusters.to my understanding this issue on topic of the thread only happens on single-node Proxmox VE, is that also the experience with others or was this a conclusion since rebuked ?
well, then, you just answeredI have only setup single nodes so I can't know if it is also affecting clusters.
On 8.4.1 version worked as it should. Tnx!On my Proxmox Version 8.1.4
Attention: This operation will clear all your chart history.
Bash:systemctl stop rrdcached mv /var/lib/rrdcached/db /var/lib/rrdcached/db.bck systemctl start rrdcached systemctl restart pve-cluster
If all its ok you can remove db.bck
Bash:rm -rf /var/lib/rrdcached/db.bck
We use essential cookies to make this site work, and optional cookies to enhance your experience.