On Sat, Apr 13, 2013 at 8:20 AM, proguest <[email protected]> wrote:
>
> hi, I'm working with ceph for a while.
> I just follow by the ceph.com step by step,
> but it still not work with restful.
> There're a few problem with it.
>
> here is my ceph.conf
> [client.radosgw.gateway]
>         host = node71
>         keyring = /etc/ceph/keyring.radosgw.gateway
>         rgw socket path = /tmp/radosgw.sock
>         log file = /var/log/ceph/radosgw.log
> and all other conf are all the same with website
>
> http://ceph.com/docs/master/radosgw/config/
>
> by the way , what's the fqdn mean? I just set it the same with
> hostname(node71)
>
> first I use the cmd
> #radosgw
> it reply
> radosgw: must specify 'rgw socket path' to run as a daemon
> but the rgw socket path is already have and set


try:

# radosgw -n client.radosgw.gateway

>
> second I don't understand how to get in ceph radosgw with swift
> i use the cmd
> swift -A http://node71 -U richard -K
> 8ni1ubMgQ\/Jxgnh9z\/QurcZ9v2EUpGoSWEk9wIT9 post test
>
> it just client to apache server

swift -A http://node71/auth ...

>
> then i tried to use
>
> swift -A http://node76:6789/auth -U richard -K
> 8ni1ubMgQ\/Jxgnh9z\/QurcZ9v2EUpGoSWEk9wIT9 post test
>
> node76 is my mon node

Nope, wouldn't work. You need to point it at your web server.

>
> and it can not reach by this cmd
>
> how can I let my radosgw works?
> i really need to fix this problem as soon as possible.
>
> please help me to solve the problems.
> thx
>

Yehuda
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to