osd scrub min interval: 60
osd scrub max interval: 120
osd max backfills: 2
+ rados:
+ wait_for_all_active_clean_pgs: true
+
tasks:
- thrashosds:
timeout: 1200
- chance_test_min_size: 3
+ chance_test_min_size: 3
)
tests[id_] = proc
run.wait(tests.values())
+ wait_for_all_active_clean_pgs = config.get("wait_for_all_active_clean_pgs", False)
+ # usually set when we do min_size testing.
+ if wait_for_all_active_clean_pgs:
+ # Make sure we finish the test first before deleting the pool.
+ # Mainly used for test_pool_min_size
+ manager.wait_for_clean()
+ manager.wait_for_all_osds_up(timeout=1800)
for pool in created_pools:
manager.wait_snap_trimming_complete(pool);