diff options
author | Ronen Friedman <rfriedma@redhat.com> | 2024-12-17 14:51:48 +0100 |
---|---|---|
committer | Ronen Friedman <rfriedma@redhat.com> | 2024-12-17 14:51:48 +0100 |
commit | ca189fb511f18fc82c62702bf904201b6347395b (patch) | |
tree | cda330397a5517caf2758cb9db5984d8f7787a92 /qa | |
parent | Merge pull request #59936 from anoopcs9/client-chown-statx-fixes (diff) | |
download | ceph-ca189fb511f18fc82c62702bf904201b6347395b.tar.xz ceph-ca189fb511f18fc82c62702bf904201b6347395b.zip |
qa/standalone/scrub: fix TEST_periodic_scrub_replicated
A bogus change introduced as part of PR#54363 (commit
fbb7d73) changed multiple 'scrub' commands to 'scheduled-scrub'.
In this one instance - that was wrong.
Fixes: https://tracker.ceph.com/issues/69276
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
Diffstat (limited to 'qa')
-rwxr-xr-x | qa/standalone/scrub/osd-scrub-repair.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/standalone/scrub/osd-scrub-repair.sh b/qa/standalone/scrub/osd-scrub-repair.sh index 491e46603f7..6dd5b10ae8f 100755 --- a/qa/standalone/scrub/osd-scrub-repair.sh +++ b/qa/standalone/scrub/osd-scrub-repair.sh @@ -5833,7 +5833,7 @@ function TEST_periodic_scrub_replicated() { flush_pg_stats # Request a regular scrub and it will be done - pg_schedule_scrub $pg + pg_scrub $pg grep -q "Regular scrub request, deep-scrub details will be lost" $dir/osd.${primary}.log || return 1 # deep-scrub error is no longer present |