]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tasks: fix syntax for deep-scrub command 55115/head
authorLaura Flores <lflores@ibm.com>
Tue, 9 Jan 2024 16:54:01 +0000 (10:54 -0600)
committerLaura Flores <lflores@ibm.com>
Tue, 9 Jan 2024 16:54:01 +0000 (10:54 -0600)
Fixes: https://tracker.ceph.com/issues/63967
Signed-off-by: Laura Flores <lflores@ibm.com>
qa/tasks/ceph.py

index e478fd40af2c3c7595c30621350885fa9cab8211..39f4033ac4f05890335b2afacaac5ea9d1326d3b 100644 (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: