From: Samuel Just Date: Fri, 13 Oct 2023 00:44:40 +0000 (+0000) Subject: qa/tasks/ceph: use tell deep_scrub in osd_scrub_pgs X-Git-Tag: v19.3.0~296^2~14 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=77fe84c0956d6cee40cc083a39824741c0b5cb0a;p=ceph.git qa/tasks/ceph: use tell deep_scrub in osd_scrub_pgs This is the more modern variant. Crimson doesn't currently support the pg deep_scrub variant, so let's just use this one generally. Signed-off-by: Samuel Just --- diff --git a/qa/tasks/ceph.py b/qa/tasks/ceph.py index a7b3ad4c5ee..e478fd40af2 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('pg', 'deep-scrub', pgid) + manager.raw_cluster_cmd('tell', pgid, 'deep_scrub') if gap_cnt > retries: raise RuntimeError('Exiting scrub checking -- not all pgs scrubbed.') if loop: