]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados/operations/health-checks: Added NONEXISTENT_MON_CRUSH_LOC_STRETCH_MODE 62039/head
authorKamoltat Sirivadhna <ksirivad@redhat.com>
Thu, 8 Aug 2024 21:12:13 +0000 (21:12 +0000)
committerKamoltat Sirivadhna <ksirivad@redhat.com>
Thu, 27 Feb 2025 21:32:15 +0000 (21:32 +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>
(cherry picked from commit 97b815c24591f4588fab82cb2f9b09537d817a63)

doc/rados/operations/health-checks.rst

index 647cf36496ab5cb37ba99220decca8e28c954eb7..1f873411da720cf1e9d836b5a6362c7962bc70f9 100644 (file)
@@ -1638,6 +1638,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
 --------------