mirror of
https://github.com/ceph/ceph
synced 2025-03-25 11:48:05 +00:00
Pass timeout to _spawn_on_all_clients()
Signed-off-by: Zack Cerza <zack.cerza@inktank.com>
This commit is contained in:
parent
4e01884e14
commit
eb667673e4
@ -104,7 +104,7 @@ def task(ctx, config):
|
||||
if all_spec:
|
||||
all_tasks = clients["all"]
|
||||
_spawn_on_all_clients(ctx, refspec, all_tasks, config.get('env'),
|
||||
config.get('subdir'))
|
||||
config.get('subdir'), timeout=timeout)
|
||||
|
||||
for role in clients.iterkeys():
|
||||
assert isinstance(role, basestring)
|
||||
|
Loading…
Reference in New Issue
Block a user