diff options
author | Zac Dover <zac.dover@proton.me> | 2024-11-12 00:31:28 +0100 |
---|---|---|
committer | Zac Dover <zac.dover@proton.me> | 2024-11-12 00:31:28 +0100 |
commit | f1a2637c79a15c26a769661dd72ca68d766b2f0d (patch) | |
tree | ad6089fa1aa2b22aa51ecfe36b2d79391c034c1c /doc/rados | |
parent | Merge pull request #60529 from zdover23/wip-doc-2024-10-29-start-os-recommend... (diff) | |
download | ceph-f1a2637c79a15c26a769661dd72ca68d766b2f0d.tar.xz ceph-f1a2637c79a15c26a769661dd72ca68d766b2f0d.zip |
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 <oskar.berggren@gmail.com>
Signed-off-by: Zac Dover <zac.dover@proton.me>
Diffstat (limited to 'doc/rados')
-rw-r--r-- | doc/rados/operations/add-or-rm-osds.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rados/operations/add-or-rm-osds.rst b/doc/rados/operations/add-or-rm-osds.rst index 1a6621148ef..5f2b602db50 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``. |