From ed1d11ba9e45b2bdfb29bb93e60a2ffbfe86c8a3 Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Wed, 30 Oct 2013 12:26:42 -0700 Subject: [PATCH] ceph_manager: remove 6116 workaround Signed-off-by: Samuel Just --- teuthology/task/ceph_manager.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/teuthology/task/ceph_manager.py b/teuthology/task/ceph_manager.py index 286d0c8f856a5..804c8427daee0 100644 --- a/teuthology/task/ceph_manager.py +++ b/teuthology/task/ceph_manager.py @@ -219,9 +219,6 @@ class Thrasher: self.ceph_manager.wait_for_clean( timeout=self.config.get('timeout') ) - # now we wait 20s to ensure that any backfill peers have heard about - # the cleanness - time.sleep(20) self.log("Recovered, killing an osd") self.kill_osd(mark_down=True, mark_out=True) -- 2.39.5