mirror of
https://github.com/ceph/ceph
synced 2024-12-19 01:46:00 +00:00
tasks/divergent_prior[2]: fix rados get syntax
Signed-off-by: Sage Weil <sage@redhat.com>
This commit is contained in:
parent
7b3ea31efe
commit
6064443ad1
@ -152,7 +152,7 @@ def task(ctx, config):
|
||||
log.info('reading divergent objects')
|
||||
for i in range(DIVERGENT_WRITE + DIVERGENT_REMOVE):
|
||||
exit_status = rados(ctx, mon, ['-p', 'foo', 'get', 'existing_%d' % i,
|
||||
'-o', '/tmp/existing'])
|
||||
'/tmp/existing'])
|
||||
assert exit_status is 0
|
||||
|
||||
(remote,) = ctx.\
|
||||
|
@ -186,7 +186,7 @@ def task(ctx, config):
|
||||
log.info('reading divergent objects')
|
||||
for i in range(DIVERGENT_WRITE + DIVERGENT_REMOVE):
|
||||
exit_status = rados(ctx, mon, ['-p', 'foo', 'get', 'existing_%d' % i,
|
||||
'-o', '/tmp/existing'])
|
||||
'/tmp/existing'])
|
||||
assert exit_status is 0
|
||||
|
||||
(remote,) = ctx.\
|
||||
|
Loading…
Reference in New Issue
Block a user