]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
task/ceph.py: deep-scrub instead of scrub 290/head
authorSamuel Just <sam.just@inktank.com>
Tue, 15 Jul 2014 17:28:11 +0000 (10:28 -0700)
committerSamuel Just <sam.just@inktank.com>
Tue, 15 Jul 2014 17:28:11 +0000 (10:28 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
teuthology/task/ceph.py

index 5ed4efeae7157b33cb6014b6ba23eba9f9269b5a..96d3c5dc6133fea287c0a66db59f5b68e9a03565 100644 (file)
@@ -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