From: Laura Flores Date: Tue, 9 Jan 2024 16:54:01 +0000 (-0600) Subject: qa/tasks: fix syntax for deep-scrub command X-Git-Tag: v19.3.0~223^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F55115%2Fhead;p=ceph.git qa/tasks: fix syntax for deep-scrub command Fixes: https://tracker.ceph.com/issues/63967 Signed-off-by: Laura Flores --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index e478fd40af2c..39f4033ac4f0 100644 --- a/qa/tasks/ceph.py +++ b/qa/tasks/ceph.py @@ -1303,7 +1303,7 @@ def osd_scrub_pgs(ctx, config): # request was missed. do not do it every time because # the scrub may be in progress or not reported yet and # we will starve progress. - manager.raw_cluster_cmd('tell', pgid, 'deep_scrub') + manager.raw_cluster_cmd('tell', pgid, 'deep-scrub') if gap_cnt > retries: raise RuntimeError('Exiting scrub checking -- not all pgs scrubbed.') if loop: