mirror of
https://github.com/ceph/ceph
synced 2025-01-20 01:51:34 +00:00
qa/tasks/manypools: get rid of itervalues for py3 compat
Signed-off-by: Kyr Shatskyy <kyrylo.shatskyy@suse.com>
This commit is contained in:
parent
49592af400
commit
5f876961ef
@ -68,6 +68,6 @@ def task(ctx, config):
|
||||
log.info('waiting for pool and object creates')
|
||||
poolprocs[remote] = proc
|
||||
|
||||
run.wait(poolprocs.itervalues())
|
||||
run.wait(poolprocs.values())
|
||||
|
||||
log.info('created all {n} pools and wrote 16 objects to each'.format(n=poolnum))
|
||||
|
Loading…
Reference in New Issue
Block a user