]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: correct "full ratio" note 60703/head
authorZac Dover <zac.dover@proton.me>
Mon, 11 Nov 2024 23:31:28 +0000 (09:31 +1000)
committerZac Dover <zac.dover@proton.me>
Mon, 11 Nov 2024 23:31:28 +0000 (09:31 +1000)
Correct a note that directed users not to add an OSD after the cluster
has reached its "full ratio". The note now says "Do not let your cluster
reach its full ratio before adding an OSD."

Hat tip: Oskar Berggren

Fixes: https://tracker.ceph.com/issues/68900
Co-authored-by: Oskar Berggren <oskar.berggren@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
doc/rados/operations/add-or-rm-osds.rst

index 1a6621148ef0d69c7e2980e35cedd14e8b13a4ce..5f2b602db50fc10f7e8c930f7feb8877f4150ad3 100644 (file)
@@ -17,8 +17,8 @@ It's a good idea to check the capacity of your cluster so that you know when it
 approaches its capacity limits. If your cluster has reached its ``near full``
 ratio, then you should add OSDs to expand your cluster's capacity.
 
-.. warning:: Do not add an OSD after your cluster has reached its ``full
-   ratio``. OSD failures that occur after the cluster reaches its ``near full
+.. warning:: Do not let your cluster reach its ``full ratio`` before adding an
+   OSD. OSD failures that occur after the cluster reaches its ``near full
    ratio`` might cause the cluster to exceed its ``full ratio``.