]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
doc/rados/operations: fix OSD_OUT_OF_ORDER_FULL fullness ordering
authorTsung-Ju Lii <usefulalgorithm@gmail.com>
Wed, 13 Nov 2019 05:26:18 +0000 (13:26 +0800)
committerTsung-Ju Lii <usefulalgorithm@gmail.com>
Wed, 13 Nov 2019 09:43:48 +0000 (17:43 +0800)
Signed-off-by: Tsung-Ju Lii <usefulalgorithm@gmail.com>
doc/rados/operations/health-checks.rst

index 2536cd4f24d9b41944182748446086ee40011772..1719c4a55ef0e9e1eb57a25f20da0f8654b9fce6 100644 (file)
@@ -209,15 +209,15 @@ The OSD can be removed from the CRUSH hierarchy with::
 OSD_OUT_OF_ORDER_FULL
 _____________________
 
-The utilization thresholds for `backfillfull`, `nearfull`, `full`,
+The utilization thresholds for `nearfull`, `backfillfull`, `full`,
 and/or `failsafe_full` are not ascending.  In particular, we expect
-`backfillfull < nearfull`, `nearfull < full`, and `full <
+`nearfull < backfillfull`, `backfillfull < full`, and `full <
 failsafe_full`.
 
 The thresholds can be adjusted with::
 
-  ceph osd set-backfillfull-ratio <ratio>
   ceph osd set-nearfull-ratio <ratio>
+  ceph osd set-backfillfull-ratio <ratio>
   ceph osd set-full-ratio <ratio>