From 0447ed0ff94a333eb82a769de3a1ad99123340bf Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Sun, 8 Mar 2020 14:52:10 -0500 Subject: [PATCH] qa/standalone/scrub/osd-scrub-repair: force osdmap prop to osds flush_pg_stats isn't sufficient to ensure that OSDs have the latest OSDMap. Signed-off-by: Sage Weil --- qa/standalone/scrub/osd-scrub-repair.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/standalone/scrub/osd-scrub-repair.sh b/qa/standalone/scrub/osd-scrub-repair.sh index 287d970132e..c8196b2b7b6 100755 --- a/qa/standalone/scrub/osd-scrub-repair.sh +++ b/qa/standalone/scrub/osd-scrub-repair.sh @@ -5758,6 +5758,7 @@ function TEST_periodic_scrub_replicated() { # Can't upgrade with this set ceph osd set nodeep-scrub # Let map change propagate to OSDs + ceph tell osd.0 get_latest_osdmap flush_pg_stats sleep 5 -- 2.39.5