From: Tsung-Ju Lii Date: Wed, 13 Nov 2019 05:26:18 +0000 (+0800) Subject: doc/rados/operations: fix OSD_OUT_OF_ORDER_FULL fullness ordering X-Git-Tag: v15.1.0~731^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=253cb9903e0024b2703ba36c2e746751115e04f7;p=ceph-ci.git doc/rados/operations: fix OSD_OUT_OF_ORDER_FULL fullness ordering Signed-off-by: Tsung-Ju Lii --- diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst index 2536cd4f24d..1719c4a55ef 100644 --- a/doc/rados/operations/health-checks.rst +++ b/doc/rados/operations/health-checks.rst @@ -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 ceph osd set-nearfull-ratio + ceph osd set-backfillfull-ratio ceph osd set-full-ratio