]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: Clarified description on scrub load threshold.
authorJohn Wilkins <john.wilkins@inktank.com>
Fri, 22 Nov 2013 23:49:16 +0000 (15:49 -0800)
committerJohn Wilkins <john.wilkins@inktank.com>
Fri, 22 Nov 2013 23:49:16 +0000 (15:49 -0800)
fixes: #6735

Signed-off-by: John Wilkins <john.wilkins@inktank.com>
doc/rados/configuration/osd-config-ref.rst

index a8aa1e6bc3f2f8007f2152d3ed559af4e1bd0131..597cec8ec9de33aacbde1c8d629fc6233cb4d930 100644 (file)
@@ -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``