$ 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>
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``