Skip to content

Commit

Permalink
repair_test: Disable scheduled scrubbing to not mess up do_pg_scrub()
Browse files Browse the repository at this point in the history
Fixes: http://tracker.ceph.com/issues/15679

Signed-off-by: David Zafman <dzafman@redhat.com>
  • Loading branch information
dzafman committed May 3, 2016
1 parent b253924 commit 5c0edba
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tasks/repair_test.py
Expand Up @@ -298,6 +298,9 @@ def task(ctx, config):

ctx.manager.wait_for_all_up()

ctx.manager.raw_cluster_cmd('osd', 'set', 'noscrub')
ctx.manager.raw_cluster_cmd('osd', 'set', 'nodeep-scrub')

repair_test_1(ctx, mdataerr, choose_primary, "scrub")
repair_test_1(ctx, mdataerr, choose_replica, "scrub")
repair_test_1(ctx, dataerr, choose_primary, "deep-scrub")
Expand Down

0 comments on commit 5c0edba

Please sign in to comment.