Hello,
I make a file upload using the S3 protocol to a empty pool:
Dislexia:s3cmd-master italosantos$ ./s3cmd -c s3test.cfg ls s3://bucket
2015-01-26 20:23 846217 s3://bucket/bash.jpg
Also, I’m able to see the object on rados:
root@cephgw0001:~# rados -p .rgw.buckets.replicated ls
default.1554751.1_bash.jpg
default.1554751.1__shadow_.aoCI7rTnBbJKfb5jogxvLStSsbJnL27_1
So, I remove the file from the S3:
Dislexia:s3cmd-master italosantos$ ./s3cmd -c s3test.cfg del s3://bucket/bash.jpg
File s3://bucket/bash.jpg deleted
But looking to the ceph pool I still seen the some __shadow__ objects leaving on the pool:
root@cephgw0001:~# rados -p .rgw.buckets.replicated ls
default.1554751.1__shadow_.aoCI7rTnBbJKfb5jogxvLStSsbJnL27_1
Anyone know why?
_______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com