From 8c2b2fdd2734e497b01fceb0f41e5b9a65971a44 Mon Sep 17 00:00:00 2001 From: Anthony D'Atri Date: Fri, 19 Apr 2019 15:15:12 -0700 Subject: [PATCH] doc: operations: reweight-by-utilization typo Add a missing backquote delimiter. Signed-off-by: Anthony D'Atri --- doc/rados/operations/control.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/operations/control.rst b/doc/rados/operations/control.rst index d6ff04580c6..72ebd350c38 100644 --- a/doc/rados/operations/control.rst +++ b/doc/rados/operations/control.rst @@ -209,7 +209,7 @@ default to 1.00000 and are relative only to each other; they not absolute. It is crucial to distinguish them from CRUSH weights, which reflect the absolute capacity of a bucket in TiB. By default this command adjusts override weight on OSDs which have + or - 20% of the average utilization, -but if you include a ``threshold` that percentage will be used instead. :: +but if you include a ``threshold`` that percentage will be used instead. :: ceph osd reweight-by-utilization [threshold [max_change [max_osds]]] [--no-increasing] -- 2.39.5