mirror of
https://github.com/ceph/ceph
synced 2025-01-03 09:32:43 +00:00
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:
parent
7e79aee3c0
commit
25c16d7883
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user