>-----Original Message-----
>From: Yehuda Sadeh [mailto:yeh...@inktank.com]
>Sent: Monday, November 04, 2013 12:40 PM
>To: Gruher, Joseph R
>Cc: ceph-users@lists.ceph.com
>Subject: Re: [ceph-users] radosgw fails to start
>
>Not sure why you're able to run the 'rados' and 'ceph' command, and not
>'radosgw', just note that the former two don't connect to the osds, whereas
>the latter does, so it might fail on a different level.
>You're using the default client.admin as the user for radosgw, but your
>ceph.conf file doesn't have a section for it and all the relevant configurables
>are under client.radosgw.gateway. Try fixing that first.
>
>Yehuda
>

Thanks for the hint.  Adding the section below seems to have addressed the 
problem.  For some reason I didn't have to do this on my previous cluster but 
it seems to need it here.

[client.admin]
keyring = /etc/ceph/ceph.client.admin.keyring

Now I am failing with a new problem, probably something to do with how I set up 
Apache, I think, this seems to be some kind of FastCGI error:
2013-11-04 13:05:48.354547 7f1cd6f5d820  0 ERROR: FCGX_Accept_r returned -88

Full output: http://pastebin.com/gyhQnrgP 
_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to