]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa/tasks/ceph_manager: 5s -> 15s for 'osd out' to be visible
authorSage Weil <sage@redhat.com>
Fri, 12 Jul 2019 13:56:50 +0000 (08:56 -0500)
committerSage Weil <sage@redhat.com>
Fri, 12 Jul 2019 13:56:50 +0000 (08:56 -0500)
Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/ceph_manager.py

index 25858bf8c027192b4d8723c148310fcf7e2b329a..37279fc35cf1439a65e51aadfc65c74b94cc143a 100644 (file)
@@ -766,9 +766,9 @@ class Thrasher:
                     self.log("chose to kill {n} OSDs".format(n=most_killable))
                     for i in range(1, most_killable):
                         self.kill_osd(mark_out=True)
-                    time.sleep(5)
+                    time.sleep(15)
                     assert self.ceph_manager.all_active_or_peered(), \
-                            'not all PGs are active or peered 5 seconds after marking out OSDs'
+                            'not all PGs are active or peered 15 seconds after marking out OSDs'
                 else: # chose to revive OSDs, bring up a random fraction of the dead ones
                     self.log("chose to revive osds")
                     for i in range(1, int(rand_val * len(self.dead_osds))):