]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/health-checks: Added NONEXISTENT_MON_CRUSH_LOC_STRETCH_MODE 55103/head
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Thu, 8 Aug 2024 21:12:13 +0000 (21:12 +0000)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Mon, 25 Nov 2024 21:54:42 +0000 (21:54 +0000)
Added NONEXISTENT_MON_CRUSH_LOC_STRETCH_MODE to
the documentation.

Fixes: https://tracker.ceph.com/issues/63861
Signed-off-by: Kamoltat Sirivadhna <ksirivad@redhat.com>
doc/rados/operations/health-checks.rst

index 640fa9b7fdb46412dee35069b0182d836873b808..85a2a1f32ba2b21ea86aadc31d706ebb0231e351 100644 (file)
@@ -1640,6 +1640,19 @@ We encourage you to fix this by making the weights even on both dividing buckets
 This can be done by making sure the combined weight of the OSDs on each dividing
 bucket are the same.
 
+NONEXISTENT_MON_CRUSH_LOC_STRETCH_MODE
+______________________________________
+
+The CRUSH location specified for the monitor must belong to one of the dividing
+buckets when stretch mode is enabled. With the ``tiebreaker`` monitor being the
+only exception.
+
+This warning suggests that one or more monitors have a CRUSH location that does
+not belong to any of the dividing buckets in stretch mode.
+
+We encourage you to fix this by making sure the CRUSH location of the monitor
+belongs to one of the dividing buckets.
+
 NVMeoF Gateway
 --------------