From dc2ec4aa712d58b2d05fcd85a54ec97705fc23a0 Mon Sep 17 00:00:00 2001 From: Erwan Velu Date: Tue, 5 May 2020 16:06:05 +0200 Subject: [PATCH] osd_scrub_during_recovery is disabled by default $ git blame src/common/options.cc |grep osd_scrub_during_recovery -A1 1d54951e47979 (Jason Dillaman 2017-08-01 12:02:06 -0400 3161) Option("osd_scrub_during_recovery", Option::TYPE_BOOL, Option::LEVEL_ADVANCED) 1d54951e47979 (Jason Dillaman 2017-08-01 12:02:06 -0400 3162) .set_default(false) The documentation wasn't correct on this part as the default is false. Signed-off-by: Erwan Velu --- doc/rados/configuration/osd-config-ref.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 8a33ca4520f..344599fe7aa 100644 --- a/doc/rados/configuration/osd-config-ref.rst +++ b/doc/rados/configuration/osd-config-ref.rst @@ -258,7 +258,7 @@ scrubbing operations. Already running scrubs will be continued. This might be useful to reduce load on busy clusters. :Type: Boolean -:Default: ``true`` +:Default: ``false`` ``osd scrub thread timeout``