]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/rados/operations/health-checks: Added MON_COLOCATED health warning wip-mon-colocate
authorEric <emzhang@umich.edu>
Tue, 24 Feb 2026 18:40:38 +0000 (10:40 -0800)
committerEric <emzhang@umich.edu>
Tue, 24 Feb 2026 18:40:38 +0000 (10:40 -0800)
Update the Health Checks doc page with MON_COLOCATED warning

Fixes: https://tracker.ceph.com/issues/74955
Signed-off-by: Eric Zhang <emzhang@ibm.com>
doc/rados/operations/health-checks.rst

index aece61714368146c4fe6b15a078f8b04344c4a9c..6f0bdc8a7e6af182437d3b2056db9f545be8b5ff 100644 (file)
@@ -199,6 +199,21 @@ To disable the grace period entirely (immediate reporting), set the value to 0:
 
    ceph config set mon mon_netsplit_grace_period 0
 
+MON_COLOCATED
+____________
+
+One or more Monitors are located on the same node. This health check is 
+raised by the leader monitor when multiple Monitors share the same IP address (disabled by default). 
+
+Co-locating Monitors can lead to a single failure taking out multiple Monitors, 
+which can cause "not enough mons to form a quorum" and stall IO.
+
+To enable this warning, run the following command:
+
+.. prompt:: bash #
+
+   ceph config set mon mon_warn_on_colocated_monitors true
+
 AUTH_INSECURE_GLOBAL_ID_RECLAIM
 _______________________________