Problem with Ceph getting timeouts

adrian_4

New Member
Sep 16, 2019
3
0
1
25
Hello,
I recently installed ProxmoxVE 6 on 3 servers, I used Ceph on them. It was working good until recently, Ceph on GUI is not responding anymore, all I get is timeout. Even when trying to use the shell it still is bugged.
How can I get Ceph to work again ?

Thank you for your answers !
 
have you tried to restart the monitors and manager on each node?
systemctl restart ceph-mon.target
systemctl restart ceph-mgr.target

what does "ceph status" show?
 
All interactions with ceph commands give me an infinite loop, even after restarting "ceph-mon.target" and "ceph-mgr.target" ...
 
Check the journal (journalctl -r gives you all logs in reverse order) and ceph-logs (/var/log/ceph/*log)

Those usually contain hints to what's not working

I hope this helps!