]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: Fix osd_scrub_during_recovery default value 36661/head
authorBenoît Knecht <bknecht@protonmail.ch>
Tue, 14 Jul 2020 11:50:28 +0000 (13:50 +0200)
committerNathan Cutler <ncutler@suse.com>
Sat, 15 Aug 2020 13:27:16 +0000 (15:27 +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 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``