]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd_scrub_during_recovery is disabled by default 34906/head
authorErwan Velu <erwanaliasr1@gmail.com>
Tue, 5 May 2020 14:06:05 +0000 (16:06 +0200)
committerErwan Velu <e.velu@criteo.com>
Tue, 5 May 2020 14:10:25 +0000 (16:10 +0200)
$ 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 <e.velu@criteo.com>
doc/rados/configuration/osd-config-ref.rst

index 8a33ca4520fc996404e7110f508f9a3129068417..344599fe7aa976c5237562a5319326152830d23e 100644 (file)
@@ -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``