summaryrefslogtreecommitdiffstats
path: root/qa
diff options
context:
space:
mode:
authorRonen Friedman <rfriedma@redhat.com>2024-12-17 14:51:48 +0100
committerRonen Friedman <rfriedma@redhat.com>2024-12-17 14:51:48 +0100
commitca189fb511f18fc82c62702bf904201b6347395b (patch)
treecda330397a5517caf2758cb9db5984d8f7787a92 /qa
parentMerge pull request #59936 from anoopcs9/client-chown-statx-fixes (diff)
downloadceph-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-xqa/standalone/scrub/osd-scrub-repair.sh2
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