thrashosds: increase osd revive timeout (75s -> 150s)

This is needed when running valgrind.

Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
Sage Weil 2014-08-25 08:51:40 -07:00
parent 389ad61476
commit 12a391ea01
2 changed files with 2 additions and 2 deletions

View File

@ -70,7 +70,7 @@ class Thrasher:
self.stopping = False
self.logger = logger
self.config = config
self.revive_timeout = self.config.get("revive_timeout", 75)
self.revive_timeout = self.config.get("revive_timeout", 150)
if self.config.get('powercycle'):
self.revive_timeout += 120
self.clean_wait = self.config.get('clean_wait', 0)

View File

@ -66,7 +66,7 @@ def task(ctx, config):
to become clean after each cluster change. If this doesn't
happen within the timeout, an exception will be raised.
revive_timeout: (75) number of seconds to wait for an osd asok to
revive_timeout: (150) number of seconds to wait for an osd asok to
appear after attempting to revive the osd
thrash_primary_affinity: (true) randomly adjust primary-affinity