qa/tasks: fix syntax for deep-scrub command

Fixes: https://tracker.ceph.com/issues/63967
Signed-off-by: Laura Flores <lflores@ibm.com>
This commit is contained in:
Laura Flores 2024-01-09 10:54:01 -06:00
parent 7e79aee3c0
commit 25c16d7883

View File

@ -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: