]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc: Update documentation to include new health warning wip-min-size-health-warn
authorMatty Williams <Matty.Williams@ibm.com>
Thu, 2 Oct 2025 09:50:50 +0000 (10:50 +0100)
committerMatty Williams <Matty.Williams@ibm.com>
Thu, 2 Oct 2025 09:50:50 +0000 (10:50 +0100)
Fixes: https://tracker.ceph.com/issues/66641
Signed-off-by: Matty Williams <Matty.Williams@ibm.com>
doc/rados/operations/health-checks.rst

index 8286e6bd03b2977372d425d23e460edf39b97926..86cb85767d4e276ad9fea2be41df4f9978efb082 100644 (file)
@@ -1309,8 +1309,8 @@ For more information, see :ref:`choosing-number-of-placement-groups` and
 POOL_MIN_SIZE_TOO_LOW
 _____________________
 
-One or more pools have a ``min_size`` value that is too low, which means 
-the minimum number of OSD daemons per Placement Group required by that pool 
+One or more pools have a ``min_size`` value that is too low, which means
+the minimum number of OSD daemons per Placement Group required by that pool
 is too low. 
 For replica pools, ``min_size`` should be greater than 1, and for erasure
 pools, ``min_size`` should be greater than or equal to k + 1.
@@ -1318,7 +1318,7 @@ pools, ``min_size`` should be greater than or equal to k + 1.
 This warning alerts about the increased risk of data loss when using values
 this low.
 
-For detailed information about which pools are affected, 
+For detailed information about which pools are affected,
 run the following command:
 
 .. prompt:: bash $