[ceph-users] Issue of S3 API: x-amz-acl: public-read-write and authenticated-read

2013-10-16 Thread david zhang
Hi ceph-users, I am trying S3-compatible API of ceph, but meet following issues: 1. x-amz-acl: public-read-write I upload an object with public-read-write acl. Then I can get this object directly without access key. curl -v -s http://radosgw_server/mybucket0/20131015_1 ... HTTP/1.1 200 ...

Re: [ceph-users] radosgw can still get the object even if this object's physical file is removed on OSDs

2013-10-15 Thread david zhang
:04 AM, david zhang zhang.david2...@gmail.com wrote: Hi ceph-users, I uploaded an object successfully to radosgw with 3 replicas. And I located all the physical paths of 3 replicas on different OSDs. i.e, one of the 3 physical paths is /var/lib/ceph/osd/ceph-2/current/3.5_head/DIR_D

[ceph-users] radosgw can still get the object even if this object's physical file is removed on OSDs

2013-10-14 Thread david zhang
Hi ceph-users, I uploaded an object successfully to radosgw with 3 replicas. And I located all the physical paths of 3 replicas on different OSDs. i.e, one of the 3 physical paths is /var/lib/ceph/osd/ceph-2/current/3.5_head/DIR_D/default.4896.65\\u20131014\\u1__head_0646563D__3 Then I manually

[ceph-users] Some issues when using admin ops API on radosgw

2013-10-08 Thread david zhang
Hi ceph-users, When I tried to use admin ops API, I have met two issues so far. 1. It seems to succeed in getting its usage info, but why is the body empty and no other entities, like bytes_sent, owner, bucket, etc? GET /admin/usage?format=json HTTP/1.1 Host: XXX Accept: */* Date: Tue, 08

[ceph-users] Could radosgw disable S3 authentication?

2013-09-25 Thread david zhang
Hi ceph-users, I see RADOS Gateway (RGW) can be either authenticated or unauthenticated from http://ceph.com/docs/master/radosgw/s3/authentication/. But there is no details about how to disable it. So is there any way to do it? Thanks for sharing. -- Regards, Zhi

Re: [ceph-users] Could radosgw disable S3 authentication?

2013-09-25 Thread david zhang
Hi ceph-users, Could some one give some suggestions? Anything will be appreciated. Thanks! On Wed, Sep 25, 2013 at 8:06 PM, david zhang zhang.david2...@gmail.comwrote: Hi ceph-users, I see RADOS Gateway (RGW) can be either authenticated or unauthenticated from http://ceph.com/docs/master

[ceph-users] About ceph unit test and function test code coverage

2013-09-12 Thread david zhang
Hello, I am new to ceph. We are planning to use ceph. Before we actually start to work on it, we would like to know ceph's both unit test and function test code coverage. Could you please share us both results? That would be very helpful to us. Thanks a lot! -- Regards, Zhi