]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
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)
commitdc2ec4aa712d58b2d05fcd85a54ec97705fc23a0
tree8ad07308071485cfb63fae4bd9589eeaf528734a
parent91afff19d0deb5d380c63b3ab0512ad69a4902ac
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 <e.velu@criteo.com>
doc/rados/configuration/osd-config-ref.rst