Skip to content

Commit

Permalink
qa/tasks: prolong revive_osd() timeout to 6 min
Browse files Browse the repository at this point in the history
see also ceph#17902

Fixes: http://tracker.ceph.com/issues/21474
Signed-off-by: Kefu Chai <[email protected]>
  • Loading branch information
tchaikov committed Nov 20, 2017
1 parent a83609b commit 749bbda
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 @@ -111,7 +111,7 @@ def __init__(self, manager, config, logger=None):
self.stopping = False
self.logger = logger
self.config = config
self.revive_timeout = self.config.get("revive_timeout", 150)
self.revive_timeout = self.config.get("revive_timeout", 360)
self.pools_to_fix_pgp_num = set()
if self.config.get('powercycle'):
self.revive_timeout += 120
Expand Down

0 comments on commit 749bbda

Please sign in to comment.