On Mon, Apr 14, 2014 at 10:12 PM, Shashank Puntamkar <spuntam...@gmail.com> wrote: > I am setting up a ceph cluster with amazon s3 like capabilities. > I have configured Ceph Object Gateway, radowgw on Ubuntu12.04 as > described in ceph > documentation.(http://ceph.com/docs/master/radosgw/config/). > > While I am testing in with s3cmd tool , I am geeting error. though > command " s3cmd ls " works without giving any error, the command to > create bucket gives an error > ------------------------------------------------------------------------------------------------------------- > WARNING: Retrying failed request: / ([Errno -2] Name or service not known) > WARNING: Waiting 3 sec... > ---------------------------------------------------------------------------------------------------------- > > I refer the document > http://blog.scsorlando.com/post/2013/11/21/Ceph-Install-and-Deployment-in-a-production-environment.aspx > too and followed steps , but problem is stil persists. > what could be the possible reason(s)?
s3 command uses the virtual host name bucket semantics. This means that in order to get to a specific bucket it prepends the bucket name to the radosgw host. E.g,, for bucket foo under mydomain.com, it'll go to foo.mydomain.com. However, for this to work you need proper catch all dns settings that will forward you to the correct host. Yehuda _______________________________________________ ceph-users mailing list ceph-users@lists.ceph.com http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com