Skip to content

Commit

Permalink
Merge pull request #17902 from tchaikov/wip-21474
Browse files Browse the repository at this point in the history
qa/tasks: prolong revive_osd() timeout to 6 min

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Sep 25, 2017
2 parents 98631e3 + 42be200 commit af5032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/tasks/ceph_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -2369,7 +2369,7 @@ def blackhole_kill_osd(self, osd):
time.sleep(2)
self.ctx.daemons.get_daemon('osd', osd, self.cluster).stop()

def revive_osd(self, osd, timeout=150, skip_admin_check=False):
def revive_osd(self, osd, timeout=360, skip_admin_check=False):
"""
Revive osds by either power cycling (if indicated by the config)
or by restarting.
Expand Down

0 comments on commit af5032e

Please sign in to comment.