mirror of
https://github.com/ceph/ceph
synced 2025-02-24 19:47:44 +00:00
test/osd/scrub: set new scrub-related config options to test values
shortening the delay times following various scrub events. Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
This commit is contained in:
parent
7069141003
commit
c0a52a5969
@ -249,6 +249,9 @@ function standard_scrub_cluster() {
|
||||
--osd_pool_default_pg_autoscale_mode=off \
|
||||
--osd_pg_stat_report_interval_max_seconds=1 \
|
||||
--osd_pg_stat_report_interval_max_epochs=1 \
|
||||
--osd_scrub_retry_after_noscrub=5 \
|
||||
--osd_scrub_retry_pg_state=5 \
|
||||
--osd_scrub_retry_delay=3 \
|
||||
$extra_pars"
|
||||
|
||||
for osd in $(seq 0 $(expr $OSDS - 1))
|
||||
|
Loading…
Reference in New Issue
Block a user