We found the issue causing data not being synced .... On 25/06/2021 18:24, Christian Rohmann wrote:
What is apparently not working in the sync of actual data.
Upon startup the radosgw on the second site shows:
2021-06-25T16:15:06.445+0000 7fe71eff5700 1 RGW-SYNC:meta: start 2021-06-25T16:15:06.445+0000 7fe71eff5700 1 RGW-SYNC:meta: realm epoch=2 period id=f4553d7c-5cc5-4759-9253-9a22b051e736 2021-06-25T16:15:11.525+0000 7fe71dff3700 0 RGW-SYNC:data:sync:init_data_sync_status: ERROR: failed to read remote data log shards
also when issuing
# radosgw-admin data sync init --source-zone obst-rgn
it throws
2021-06-25T16:20:29.167+0000 7f87c2aec080 0 RGW-SYNC:data:init_data_sync_status: ERROR: failed to read remote data log shards
Apparently using HTTPS endpoints does not work for data sync - just changing this to plain HTTP resulted in things to work. See my bug report at https://tracker.ceph.com/issues/51538 Regards Christian