mirror of
https://github.com/ceph/ceph
synced 2025-04-01 14:51:13 +00:00
rgw suite: debug zone info
Signed-off-by: Orit Wasserman <owasserm@redhat.com>
This commit is contained in:
parent
1673e9f62c
commit
895f9d334d
@ -905,6 +905,7 @@ def configure_regions_and_zones(ctx, config, regions, role_endpoints, realm):
|
||||
remote, pool_info['val']['data_pool'],
|
||||
64)
|
||||
zone_json = json.dumps(dict(zone_info.items() + user_info.items()))
|
||||
log.debug('zone info is: %s', zone_json)
|
||||
rgwadmin(ctx, client,
|
||||
cmd=['zone', 'set', '--rgw-zonegroup', zonegroup,
|
||||
'--rgw-zone', zone],
|
||||
|
Loading…
Reference in New Issue
Block a user