]> git.apps.os.sepia.ceph.com Git - teuthology.git/commitdiff
radosbench: cleanup will probably take longer than writing the objects
authorSamuel Just <sam.just@inktank.com>
Tue, 11 Mar 2014 20:55:30 +0000 (13:55 -0700)
committerSamuel Just <sam.just@inktank.com>
Tue, 11 Mar 2014 20:55:32 +0000 (13:55 -0700)
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 <sam.just@inktank.com>
teuthology/task/radosbench.py

index f796b6877bd59bb607506af64aaf763c45627d1d..d2e75716e9194a6014e29155460fe7e02805ace1 100644 (file)
@@ -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)