]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/standalone/scrub: fix TEST_periodic_scrub_replicated
authorRonen Friedman <rfriedma@redhat.com>
Tue, 17 Dec 2024 13:51:48 +0000 (15:51 +0200)
committerRonen Friedman <rfriedma@redhat.com>
Tue, 17 Dec 2024 13:51:48 +0000 (15:51 +0200)
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>
qa/standalone/scrub/osd-scrub-repair.sh

index 491e46603f72e037373c195a32010fdfa7f6c59d..6dd5b10ae8fe363c5c2bff9d3e8a53d6e7ad97bc 100755 (executable)
@@ -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