RRDC update error - after upgrade to Proxmox 7

wushumasters

New Member
Jul 10, 2020
2
1
3
38
Hi,

After upgrade Proxmox 6.4 to 7 this error start appear in /var/log/syslog

Aug 17 16:35:21 pve07 pmxcfs[1187]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/pve07/local: -1
Aug 17 16:35:21 pve07 pmxcfs[1187]: [status] notice: RRD update error /var/lib/rrdcached/db/pve2-storage/pve07/local: mmaping file '/var/lib/rrdcached/db/pve2-storage/pve07/local': Invalid argument

Aug 17 16:35:12 pve07 pmxcfs[1187]: [status] notice: RRDC update error /var/lib/rrdcached/db/pve2-storage/pve07/local-lvm: -1
Aug 17 16:35:12 pve07 pmxcfs[1187]: [status] notice: RRD update error /var/lib/rrdcached/db/pve2-storage/pve07/local-lvm: mmaping file '/var/lib/rrdcached/db/pve2-storage/pve07/local-lvm': Invalid argument

Thanks
 
I was having the exact same issue
I saw this thread: https://forum.proxmox.com/threads/rrdc-update-errors.81150/#post-358895

Just letting you know this deletes the previous graph log data
I deleted the db directory from /var/lib/rrdcached/db
The restarted the rrdcached using systemd and that fixed the errors from popping up
The db files were all regenerated and everything is working as normal

The commands used:

rm -r /var/lib/rrdcached/db
systemctl restart rrdcached.service