I am using 16.2.7 on Rocky 8.5 Linux I have a multisite with two sites. Bi-directional replication works fine for the bucket in question as well as all other buckets. On a large bucket, (10s of Terabytes). I do a bucket rename on the master site as follows: # radosgw-admin bucket link --bucket=<bucket> --bucket-new-name=<newbucket> --uid=<user> This works as expected, ad the bucket gets renamed on the replicated site. However, after the ranme is finished, bucket sync does not work for the new buckets, in the case of deletion. New objects get replicated, but if I delete an object on either side of the multisite, it does not get deleted on the opposite site. If however, I do # radosgw-admin bucket sync init --bucket=<new bucket> On both sides, then deletion seems to work across sites again. Am I doing the right thing?If not, what should I do?What exactly does bucket sync init do? Will it be a large delta of time to get this to work if thereis an extremely large number of objects, in the bucket? Thanks. -Chris _______________________________________________ ceph-users mailing list -- ceph-users@xxxxxxx To unsubscribe send an email to ceph-users-leave@xxxxxxx