From: Samuel Just Date: Tue, 11 Mar 2014 20:55:30 +0000 (-0700) Subject: radosbench: cleanup will probably take longer than writing the objects X-Git-Tag: v0.94.10~27^2^2~364^2~301^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1c611330cd4bcf7824ff40a0f657eb3ea7ef9c00;p=ceph.git radosbench: cleanup will probably take longer than writing the objects With thrashing, cleanup will require recovering the degraded objects first, while the initial write out doesn't since they they are new objects. Signed-off-by: Samuel Just --- diff --git a/teuthology/task/radosbench.py b/teuthology/task/radosbench.py index f796b6877bd5..d2e75716e919 100644 --- a/teuthology/task/radosbench.py +++ b/teuthology/task/radosbench.py @@ -75,7 +75,7 @@ def task(ctx, config): try: yield finally: - timeout = config.get('time', 360) * 2 + timeout = config.get('time', 360) * 5 log.info('joining radosbench (timing out after %ss)', timeout) run.wait(radosbench.itervalues(), timeout=timeout)