Skip to content

Commit

Permalink
qa/tasks/ceph: use tell <pgid> deep_scrub in osd_scrub_pgs
Browse files Browse the repository at this point in the history
This is the more modern variant.  Crimson doesn't currently
support the pg <pgid> deep_scrub variant, so let's just use
this one generally.

Signed-off-by: Samuel Just <sjust@redhat.com>
  • Loading branch information
athanatos committed Dec 11, 2023
1 parent b581d02 commit 77fe84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/ceph.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 77fe84c

Please sign in to comment.