]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
doc/rados: Fix osd_scrub_during_recovery default value 40329/head
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 04:19:04 +0000 (12:19 +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 588f459944145d5de702d8af385ef66d687f24ad..d3ae6a78eaa596d230beab950e2845d3e34c2b8f 100644 (file)
@@ -235,7 +235,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``