Skip to content

Commit ca189fb

Browse files
committed
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 <[email protected]>
1 parent 2060e18 commit ca189fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qa/standalone/scrub/osd-scrub-repair.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5833,7 +5833,7 @@ function TEST_periodic_scrub_replicated() {
58335833

58345834
flush_pg_stats
58355835
# Request a regular scrub and it will be done
5836-
pg_schedule_scrub $pg
5836+
pg_scrub $pg
58375837
grep -q "Regular scrub request, deep-scrub details will be lost" $dir/osd.${primary}.log || return 1
58385838

58395839
# deep-scrub error is no longer present

0 commit comments

Comments
 (0)