Hi Folks, i'am trying to move from our own custom bucket synchronization to the rados-gateway build in one. Multisite setup is working https://docs.ceph.com/docs/master/radosgw/multisite/ All buckes and users are visible in both clusters Next i tried to setup the multi-side-sync https://docs.ceph.com/docs/master/radosgw/multisite-sync-policy/ for the first test i liked to have a full symmetric setup so i configured it as followed radosgw-admin sync group create \ --group-id=group1 \ --status=allowed radosgw-admin sync group flow create \ --group-id=group1 \ --flow-id=flow-mirror \ --flow-type=symmetrical \ --zones=* radosgw-admin sync group pipe create \ --group-id=group1 \ --pipe-id=pipe1 \ --source-zones='*' \ --source-bucket='*' \ --dest-zones='*' \ --dest-bucket='*' radosgw-admin sync group modify \ --group-id=group1 \ --status=enabled radosgw-admin period update \ --commit but the objects are not copied around do i need to start the copy-process? can i find some debug information somewhere? Thanks, Ansgar _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx