Ceph dashboard failover

Moki Lv6

Status:

1
2
ceph mgr module ls | grep dashboard
ceph mgr dump | grep active_name

Disable and enable:

1
2
3
ceph mgr module disable dashboard && \
sleep 15 && \
ceph mgr module enable dashboard

Mark as failed:

1
ceph mgr fail "$(ceph mgr dump | grep active_name | awk '{print $2}' | sed 's/[,"]//g')"
On this page
Ceph dashboard failover