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>
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
_______________________________