[ceph-users] Re: How can I get tail information a parted rados object

2021-05-03 Thread by morphin
Hi Rob. I think I wasn't clear enough with the first mail. I'm having issues with the RGW. radosgw-admin or s3 can not access some objects in the bucket. These objects are exist in the "RADOS" and I can export with "rados get -p $pooll $object". But the problem ise 4M chunk and multiparts. I have

[ceph-users] Re: How can I get tail information a parted rados object

2021-05-03 Thread Rob Haverkamp
Hi Morphin, There are multiple ways you can do this. 1. run a radosgw-admin bucket radoslist --bucket write that output to a file, grep all entries containing the object name ' im034113.jpg', sort that list and download them. 2. run a radosgw-admin object stat --bucket --object this wi