Hi,
I found a strange problem with not existing file in s3.
Object exists in list
# s3 -u list bucketimages | grep 'files/fotoobject_83884@2/55673'
files/fotoobject_83884@2/55673.JPG   2014-03-26T22:25:59Z   349K
but:
# s3 -u head 'bucketimages/files/fotoobject_83884@2/55673.JPG'

ERROR: HttpErrorNotFound

After a little digging:
# radosgw-admin --bucket=bucketimages bucket stats | grep marker
  "marker": "default.7573587.55",

# rados listomapkeys .dir.default.7573587.55 -p .rgw.buckets.index |
grep 'files/fotoobject'
files/fotoobject_83884@2/55673.JPG

# rados -p .rgw.buckets.index getomapval .dir.default.7573587.55
'files/fotoobject_83884@2/55673.JPG'
No such key: 
.rgw.buckets.index/.dir.default.7573587.55/files/fotoobject_83884@2/55673.JPG

What is wrong?

-- 
Regards
Dominik
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to