]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: Fix osd_scrub_during_recovery default value
authorBenoît Knecht <bknecht@protonmail.ch>
Tue, 14 Jul 2020 11:50:28 +0000 (13:50 +0200)
committerKefu Chai <kchai@redhat.com>
Wed, 24 Mar 2021 00:41:39 +0000 (08:41 +0800)
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 0d10bff3776176aa6b293b58a464fe85f3510ba6..40c1f4a4eab789159f07bd9fc50efd6bcad5b72a 100644 (file)
@@ -242,7 +242,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``