Fixes: https://tracker.ceph.com/issues/63967
Signed-off-by: Laura Flores <lflores@ibm.com>
# 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: