]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Log timeout value
authorZack Cerza <zack@cerza.org>
Sat, 8 Mar 2014 14:01:00 +0000 (08:01 -0600)
committerZack Cerza <zack@cerza.org>
Sat, 8 Mar 2014 14:01:00 +0000 (08:01 -0600)
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
teuthology/task/radosbench.py

index a2c75fb10b5090f2af02b0bcec23ace236e28c07..f796b6877bd59bb607506af64aaf763c45627d1d 100644 (file)
@@ -75,8 +75,8 @@ def task(ctx, config):
     try:
         yield
     finally:
-        log.info('joining radosbench')
         timeout = config.get('time', 360) * 2
+        log.info('joining radosbench (timing out after %ss)', timeout)
         run.wait(radosbench.itervalues(), timeout=timeout)
 
         if pool is not 'data':