From: John Wilkins Date: Fri, 22 Nov 2013 23:49:16 +0000 (-0800) Subject: doc: Clarified description on scrub load threshold. X-Git-Tag: v0.74~73 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=740d406e3756499df0cc6d6303d70b583c3ccf55;p=ceph.git doc: Clarified description on scrub load threshold. fixes: #6735 Signed-off-by: John Wilkins --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index a8aa1e6bc3f2..597cec8ec9de 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``