[ceph-users] Re: RGW objects has same marker and bucket id in different buckets.

2021-04-22 Thread by morphin
Its crystal clear now. Thank you so much for the answers. The problem is I cant delete these pending objects with radosgw-admin object rm $obj. Also sync error trim does nothing. Due to this problem I've created a New bucket and copied these objects from the main source (out of cluster) and also c

[ceph-users] Re: RGW objects has same marker and bucket id in different buckets.

2021-04-22 Thread Matt Benjamin
Hi Morphin, On Thu, Apr 22, 2021 at 3:40 AM by morphin wrote: > > Thanks for the answer. > > I have 2 question: > 1- If I use different user and a bucket what will happen? Is this > design only for same user or user independent? It's user independent. > 2- If I delete the Source bucket with ra

[ceph-users] Re: RGW objects has same marker and bucket id in different buckets.

2021-04-22 Thread by morphin
Thanks for the answer. I have 2 question: 1- If I use different user and a bucket what will happen? Is this design only for same user or user independent? 2- If I delete the Source bucket with radosgw-admin or via S3 delete, what will happen to these objects? Also I have more questions if yo

[ceph-users] Re: RGW objects has same marker and bucket id in different buckets.

2021-04-21 Thread Matt Benjamin
Hi Morphin, Yes, this is by design. When an RGW object has tail chunks and is copied so as to duplicate an entire tail chunk, RGW causes the coincident chunk(s) to be shared. Tail chunks are refcounted to avoid leaks. Matt On Wed, Apr 21, 2021 at 4:21 PM by morphin wrote: > > Hello. > > I hav