mirror of
https://github.com/ceph/ceph
synced 2025-04-17 21:05:58 +00:00
workunit: grab 'all' config from the right variable
This commit is contained in:
parent
8af8d0e20c
commit
5792f13725
@ -69,7 +69,7 @@ def task(ctx, config):
|
|||||||
all_spec = True
|
all_spec = True
|
||||||
|
|
||||||
if all_spec:
|
if all_spec:
|
||||||
all_tasks = config["all"]
|
all_tasks = clients["all"]
|
||||||
_spawn_on_all_clients(ctx, all_tasks, config.get('env'))
|
_spawn_on_all_clients(ctx, all_tasks, config.get('env'))
|
||||||
|
|
||||||
def _make_scratch_dir(ctx, role):
|
def _make_scratch_dir(ctx, role):
|
||||||
|
Loading…
Reference in New Issue
Block a user