mirror of
https://github.com/ceph/ceph
synced 2025-01-01 08:32:24 +00:00
Merge pull request #25924 from neha-ojha/wip-fix-scrub-doc
doc/rados/configuration: add osd scrub {begin,end} week day Reviewed-by: Sage Weil <sage@redhat.com>
This commit is contained in:
commit
995f320fc6
@ -235,6 +235,22 @@ scrubbing operations.
|
||||
:Default: ``24``
|
||||
|
||||
|
||||
``osd scrub begin week day``
|
||||
|
||||
:Description: This restricts scrubbing to this day of the week or later.
|
||||
0 or 7 = Sunday, 1 = Monday, etc.
|
||||
:Type: Integer in the range of 0 to 7
|
||||
:Default: ``0``
|
||||
|
||||
|
||||
``osd scrub end week day``
|
||||
|
||||
:Description: This restricts scrubbing to days of the week earlier than this.
|
||||
0 or 7 = Sunday, 1 = Monday, etc.
|
||||
:Type: Integer in the range of 0 to 7
|
||||
:Default: ``7``
|
||||
|
||||
|
||||
``osd scrub during recovery``
|
||||
|
||||
:Description: Allow scrub during recovery. Setting this to ``false`` will disable
|
||||
|
Loading…
Reference in New Issue
Block a user