mirror of
https://github.com/ceph/ceph
synced 2025-01-29 22:43:40 +00:00
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>
This commit is contained in:
parent
2060e186cb
commit
ca189fb511
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user