Hi, I'm running into a weird issue while trying to delete a bucket with radosgw-admin # radosgw-admin --cluster ceph bucket rm --bucket=12856/weird_bucket --purge-objects This returns almost instantly even though the bucket contains +1M objects and the bucket isn't removed. Running above command with debug flags (--debug-rgw=20 --debug-ms 20) I notice the session closing down after encountering: 2017-08-08 10:51:52.032946 7f8a9caf4700 10 -- CLIENT_IP:0/482026554 >> ENDPOINT_IP:6800/5740 pipe(0x7f8ac2acc8c0 sd=7 :3482 s=2 pgs=7856733 cs=1 l=1 c=0x7f8ac2acb3a0).reader got message 8 0x7f8a64001640 osd_op_reply(218 be8fa19b-ad79-4cd8-ac7b-1e14fdc882f6.2384280.20_a_weird_object [getxattrs,stat] v0'0 uv0 ack = -2 ((2) No such file or directory)) v7 2017-08-08 10:51:52.032970 7f8a9caf4700 1 -- CLIENT_IP:0/482026554 <== osd.47 ENDPOINT_IP:6800/5740 8 ==== osd_op_reply(218 be8fa19b-ad79-4cd8-ac7b-1e14fdc882f6.2384280.20_a_weird_object [getxattrs,stat] v0'0 uv0 ack = -2 ((2) No such file or directory)) v7 ==== 317+0+0 (3298345941 0 0) 0x7f8a64001640 con 0x7f8ac2acb3a0 If I understand the output correctly, the file wasn't found and the session was closed down. The radosgw-admin command doesn't hint that anything bad has happened though. Anyone seen this behaviour or anything similar? Any pointers of how to fix it, I just want to get rid of the bucket since it's both over-sized and unused. Best regards, Andreas _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com