From: Samuel Just Date: Thu, 16 Jan 2014 17:57:42 +0000 (-0800) Subject: ceph_manager: in test_map_discontinuity, delay killing osd for 20s X-Git-Tag: 1.1.0~1693 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=66312f7ea152d6a3865bda31ef7f00f4ef5eefb0;p=teuthology.git 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 --- diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 640dfa3fe..ee5fa84f7 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")