From: Samuel Just Date: Tue, 15 Jul 2014 17:28:11 +0000 (-0700) Subject: task/ceph.py: deep-scrub instead of scrub X-Git-Tag: v0.94.10~27^2^2~364^2~29^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=26c49ec26eeac7461f6a9cb997e03c13132bccec;p=ceph.git task/ceph.py: deep-scrub instead of scrub Signed-off-by: Samuel Just --- diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 5ed4efeae715..96d3c5dc6133 100644 --- a/teuthology/task/ceph.py +++ b/teuthology/task/ceph.py @@ -1138,7 +1138,7 @@ def osd_scrub_pgs(ctx, config): 'adjust-ulimits', 'ceph-coverage', '{tdir}/archive/coverage'.format(tdir=testdir), - 'ceph', 'osd', 'scrub', role]) + 'ceph', 'osd', 'deep-scrub', role]) prev_good = 0 gap_cnt = 0 loop = True