From 253cb9903e0024b2703ba36c2e746751115e04f7 Mon Sep 17 00:00:00 2001 From: Tsung-Ju Lii Date: Wed, 13 Nov 2019 13:26:18 +0800 Subject: [PATCH] doc/rados/operations: fix OSD_OUT_OF_ORDER_FULL fullness ordering Signed-off-by: Tsung-Ju Lii --- doc/rados/operations/health-checks.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/rados/operations/health-checks.rst b/doc/rados/operations/health-checks.rst index 2536cd4f24d9b..1719c4a55ef0e 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 -- 2.39.5