]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
ceph_manager: remove 6116 workaround
authorSamuel Just <sam.just@inktank.com>
Wed, 30 Oct 2013 19:26:42 +0000 (12:26 -0700)
committerSamuel Just <sam.just@inktank.com>
Wed, 30 Oct 2013 19:26:42 +0000 (12:26 -0700)
Signed-off-by: Samuel Just <sam.just@inktank.com>
teuthology/task/ceph_manager.py

index 286d0c8f856a512f5d80cc34314974b233290461..804c8427daee0aa9f57b8ae57fc74e560336f9a3 100644 (file)
@@ -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)