Switch off ceph cluster.

bomart

Active Member
Feb 21, 2020
5
0
41
53
Whats is proper way to switch off 3-node ceph cluster - one by one or all at once?
 
Set the noout flag: ceph osd set noout.

You have to shutdown all clients accessing the storage cluster. This includes mounted CephFS shares and then the MDS daemons.

After that you can shutdown all other daemons (OSDs, MGRs, MONs).

Restarting is the other way around. After everything works unset the noout flag: ceph osd unset noout.