From 66312f7ea152d6a3865bda31ef7f00f4ef5eefb0 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Thu, 16 Jan 2014 09:57:42 -0800 Subject: [PATCH] ceph_manager: in test_map_discontinuity, delay killing osd for 20s This should give enough time for the replica to get the message marking them clean. Signed-off-by: Samuel Just --- teuthology/task/ceph_manager.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 640dfa3fe9..ee5fa84f70 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -220,6 +220,8 @@ class Thrasher: timeout=self.config.get('timeout') ) + # now we wait 20s for the backfill replicas to hear about the clean + time.sleep(20) self.log("Recovered, killing an osd") self.kill_osd(mark_down=True, mark_out=True) self.log("Waiting for clean again") -- 2.39.5