doc/rados: Fix osd_scrub_during_recovery default value

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>
This commit is contained in:
Benoît Knecht 2020-07-14 13:50:28 +02:00
parent c3af7f4fb7
commit 535b103d18

View 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``