From 25c16d78838b14d319da72ba36a1898373ecdb8d Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Tue, 9 Jan 2024 10:54:01 -0600 Subject: [PATCH] qa/tasks: fix syntax for deep-scrub command Fixes: https://tracker.ceph.com/issues/63967 Signed-off-by: Laura Flores --- qa/tasks/ceph.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index e478fd40af2..39f4033ac4f 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: