mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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 <sam.just@inktank.com>
This commit is contained in:
parent
7cb750c4cc
commit
1c611330cd
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user