From 740d406e3756499df0cc6d6303d70b583c3ccf55 Mon Sep 17 00:00:00 2001 From: John Wilkins Date: Fri, 22 Nov 2013 15:49:16 -0800 Subject: [PATCH] doc: Clarified description on scrub load threshold. fixes: #6735 Signed-off-by: John Wilkins --- doc/rados/configuration/osd-config-ref.rst | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index a8aa1e6bc3f2f..597cec8ec9de3 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -183,7 +183,9 @@ scrubbing operations. ``osd max scrubs`` -:Description: The maximum number of scrub operations for an Ceph OSD Daemon. +:Description: The maximum number of simultaneous scrub operations for + a Ceph OSD Daemon. + :Type: 32-bit Int :Default: ``1`` @@ -206,8 +208,9 @@ scrubbing operations. ``osd scrub load threshold`` -:Description: The maximum CPU load. Ceph will not scrub when the CPU load is - higher than this number. Default is 50%. +:Description: The maximum load. Ceph will not scrub when the system load + (as defined by ``getloadavg()``) is higher than this number. + Default is ``0.5``. :Type: Float :Default: ``0.5`` -- 2.39.5