Skip to content

Commit

Permalink
doc: Clarified description on scrub load threshold.
Browse files Browse the repository at this point in the history
fixes: ceph#6735

Signed-off-by: John Wilkins <[email protected]>
  • Loading branch information
John Wilkins committed Nov 22, 2013
1 parent 8a3ed9b commit 740d406
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/rados/configuration/osd-config-ref.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand All @@ -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``
Expand Down

0 comments on commit 740d406

Please sign in to comment.