]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: Fix osd_scrub_during_recovery default value 37472/head
authorBenoît Knecht <bknecht@protonmail.ch>
Tue, 14 Jul 2020 11:50:28 +0000 (13:50 +0200)
committerNathan Cutler <ncutler@suse.com>
Tue, 29 Sep 2020 16:33:32 +0000 (18:33 +0200)
Since 8dca17c, `osd_scrub_during_recovery` defaults to `false`, but the
documentation was still stating that its default value is `true`.

Fixes: https://tracker.ceph.com/issues/46531
Signed-off-by: Benoît Knecht <bknecht@protonmail.ch>
(cherry picked from commit 535b103d1848f8b5322af0815e1bf163267d7f2a)

doc/rados/configuration/osd-config-ref.rst

index 73d676988a97a3e33140169718fc8bb1f4b5d74d..3e0bc502f69cf569fffd84920366135c05ceb30e 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``