From: Erwan Velu Date: Tue, 5 May 2020 14:06:05 +0000 (+0200) Subject: osd_scrub_during_recovery is disabled by default X-Git-Tag: v16.1.0~936^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=dc2ec4aa712d58b2d05fcd85a54ec97705fc23a0;p=ceph.git 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 --- diff --git a/doc/rados/configuration/osd-config-ref.rst b/doc/rados/configuration/osd-config-ref.rst index 8a33ca4520fc..344599fe7aa9 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``