Ceph dashboard failover
Status:
1 | ceph mgr module ls | grep dashboard |
Disable and enable:
1 | ceph mgr module disable dashboard && \ |
Mark as failed:
1 | ceph mgr fail "$(ceph mgr dump | grep active_name | awk '{print $2}' | sed 's/[,"]//g')" |
Recommendations
Recommendations