From 26c49ec26eeac7461f6a9cb997e03c13132bccec Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Tue, 15 Jul 2014 10:28:11 -0700 Subject: [PATCH] task/ceph.py: deep-scrub instead of scrub Signed-off-by: Samuel Just --- teuthology/task/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/teuthology/task/ceph.py b/teuthology/task/ceph.py index 5ed4efeae7157..96d3c5dc6133f 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 -- 2.39.5