On Sun, Sep 2, 2012 at 6:36 AM, Nick Couchman <[email protected]> wrote:
> One additional piece of info...I did find the "-d" flag (documented in the 
> radosgw-admin man page, but not in the radosgw man page) that keeps the 
> daemon in the foreground and prints messages to stderr.  When I use this flag 
> I get the following:
> [root@desktop-ceph ~]# radosgw -c /etc/ceph/ceph.conf -n 
> client.radosgw.gateway -d
> 2012-09-02 07:35:27.495864 423d6940 -1 Initialization timeout, failed to 
> initialize
>
> I'm not sure where it's timing out, though, what it's trying to contact that 
> it cannot.  Any additional help in getting this going would be greatly 
> appreciated!

Try putting in your ceph.conf:

[client.radosgw.gateway]
debug ms = 1

and see if that gives you more information.

The message you are seeing is because this chunk of code takes too long:
https://github.com/ceph/ceph/blob/v0.48.1argonaut/src/rgw/rgw_main.cc#L401-431
--
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