mirror of
https://github.com/ceph/ceph
synced 2025-04-09 11:12:50 +00:00
Merge pull request #1136 from ceph/wip-16129
rgw: add sleep to let the sync agent init Reviewed-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
commit
f51a65523a
@ -57,4 +57,6 @@ tasks:
|
|||||||
max-entries: 10
|
max-entries: 10
|
||||||
src: client.0
|
src: client.0
|
||||||
dest: client.1
|
dest: client.1
|
||||||
|
- sleep:
|
||||||
|
duration: 30
|
||||||
- radosgw-admin:
|
- radosgw-admin:
|
||||||
|
@ -262,6 +262,8 @@ def task(ctx, config):
|
|||||||
(err2, out2) = rgwadmin(ctx, dest_client,
|
(err2, out2) = rgwadmin(ctx, dest_client,
|
||||||
['metadata', 'get', 'bucket:{bucket_name}'.format(bucket_name=bucket_name2)],
|
['metadata', 'get', 'bucket:{bucket_name}'.format(bucket_name=bucket_name2)],
|
||||||
check_status=True)
|
check_status=True)
|
||||||
|
log.debug('metadata 1 %r', out1)
|
||||||
|
log.debug('metadata 2 %r', out2)
|
||||||
assert out1 == out2
|
assert out1 == out2
|
||||||
|
|
||||||
# get the bucket.instance info and compare that
|
# get the bucket.instance info and compare that
|
||||||
|
Loading…
Reference in New Issue
Block a user