From 3659a8c5f6e631add381317eec5058a92f9622ab Mon Sep 17 00:00:00 2001 From: Neha Ojha Date: Fri, 11 Jan 2019 12:55:51 -0800 Subject: [PATCH] doc/rados/configuration: add osd scrub {begin,end} week day Signed-off-by: Neha Ojha --- doc/rados/configuration/osd-config-ref.rst | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 1932e4a232e..863813111b8 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -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