From: Zac Dover Date: Mon, 11 Nov 2024 23:31:28 +0000 (+1000) Subject: doc/rados: correct "full ratio" note X-Git-Tag: v19.2.1~49^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ad002b7cf5dbf94b211f573987139a06dac29a00;p=ceph.git doc/rados: correct "full ratio" note 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 Signed-off-by: Zac Dover (cherry picked from commit f1a2637c79a15c26a769661dd72ca68d766b2f0d) --- diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst index 1a6621148ef0d..5f2b602db50fc 100644 --- a/doc/rados/operations/add-or-rm-osds.rst +++ b/doc/rados/operations/add-or-rm-osds.rst @@ -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``.