Skip to content

Commit 2ce9ed6

Browse files
authored
Merge pull request ceph#61115 from ronen-fr/wip-rf-tst-p-replicated
qa/standalone/scrub: fix TEST_periodic_scrub_replicated Reviewed-by: Laura Flores <[email protected]>
2 parents 1966e59 + ca189fb commit 2ce9ed6

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)