Ceph crash module error

echtarg

New Member
Nov 11, 2022
2
0
1
After a reboot of one of our Proxmox servers the following error occurs every 10 minutes:

Code:
ceph-crash[1684868]: WARNING:ceph-crash:post /var/lib/ceph/crash/2024-08-19T21:30:09.469916Z_2b02eaf7-ef2b-4b13-adcd-458b75a4a494 as client.admin failed: 2024-08-21T13:25:28.613+0200 7f72bb2a4700 -1 auth: unable to find a keyring on /etc/pve/priv/ceph.client.admin.keyring: (13) Permission denied

I assume the crash module cannot access any files in /etc/pve/priv due to permissions, because the keyring file is there. I have copied the keyring file to /etc/ceph but that does not solve the issue.

How can I force the crash module to find the correct keyring file and stop the re-occuring, frequent error messages?

Ceph is working fine btw.