Re: radosgw: "MethodNotAllowed" response for AWS C# Sample

2013-01-23 Thread Cesar Mello
Oh man now it works perfectly! Thank you so much!!! Just added the line 'rgw dns name=l3' to the [client.radosgw.gateway] section of ceph.conf. Best regards Mello On Thu, Jan 24, 2013 at 12:26 AM, Yehuda Sadeh wrote: > On Wed, Jan 23, 2013 at 6:13 PM, Cesar Mello wrote: >> Yes the radosgw log

Re: radosgw: "MethodNotAllowed" response for AWS C# Sample

2013-01-23 Thread Yehuda Sadeh
On Wed, Jan 23, 2013 at 6:13 PM, Cesar Mello wrote: > Yes the radosgw log shows the request. The handler->get_op call is > returning null at rgw/rgw_main.cc (RGWProcess::handle_request). > > I've confirmed putting this log: > > if (!op) { > > req->log(s, "get_op failed!"); > abort_early(

Re: radosgw: "MethodNotAllowed" response for AWS C# Sample

2013-01-23 Thread Cesar Mello
Yes the radosgw log shows the request. The handler->get_op call is returning null at rgw/rgw_main.cc (RGWProcess::handle_request). I've confirmed putting this log: if (!op) { req->log(s, "get_op failed!"); abort_early(s, -ERR_METHOD_NOT_ALLOWED); goto done; } I'm pasting a copy

Re: radosgw: "MethodNotAllowed" response for AWS C# Sample

2013-01-23 Thread Marcus Sorensen
Re-sending this due to plain text limitations: Are you just testing a build following the 5 min guide? I did this today, and the "method not allowed" just meant that apache wasn't acutally set up to call rados gateway via rewrite. I verified this by placing an index.html in /var/www and seeing tha

Re: radosgw: "MethodNotAllowed" response for AWS C# Sample

2013-01-23 Thread Yehuda Sadeh
On Wed, Jan 23, 2013 at 4:46 PM, Cesar Mello wrote: > Hi, > > When running the PutObject sample from > http://ceph.com/docs/master/radosgw/s3/csharp/ I get a > "MethodNotAllowed" response. Please has anyone successfully run this > sample? > > I have tested with a current local build (0.56). > Is

radosgw: "MethodNotAllowed" response for AWS C# Sample

2013-01-23 Thread Cesar Mello
Hi, When running the PutObject sample from http://ceph.com/docs/master/radosgw/s3/csharp/ I get a "MethodNotAllowed" response. Please has anyone successfully run this sample? I have tested with a current local build (0.56). Thank you a lot for the attention! Best regards Mello -- To unsubscribe