On 1/30/14, 12:16 PM, [email protected] wrote:
> radosgw: must specify 'rgw socket path' or 'rgw port' to run as a daemon
> 

This is defined in your /etc/ceph/ceph.conf.  For example if the host
you are running the radosgw is named 'myhostname' then your ceph.conf
should have a section like this, including where you stashed the
keyring.  If you are running with mod_fastcgi you very well may need the
rgw_print_continue line.

[client.radosgw.myhostname]
keyring = /etc/ceph/keyring.radosgw.myhostname
rgw_print_continue = false
host = myhostname
rgw_socket_path = /tmp/radosgw.sock

See http://ceph.com/docs/master/radosgw/config/ for more information.

-- 
Derek T. Yarnell
University of Maryland
Institute for Advanced Computer Studies
_______________________________________________
ceph-users mailing list
[email protected]
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to