January 2019
Intermediate to advanced
606 pages
15h 1m
English
Removing a Ceph MON is generally not a very frequently required task. When you remove monitors from a cluster, consider that Ceph monitors use the PAXOS algorithm to establish consensus about the master cluster map. You must have a sufficient number of monitors to establish a quorum for consensus on the cluster map. In this recipe, we will learn how to remove the ceph-node4 monitor from the Ceph cluster. At the current time of writing this book, ceph-ansible does not support scaling down of Ceph MON nodes in a cluster and this must be done manually.
# ceph mon stat

Read now
Unlock full access