Hello to all, I've a big issue with Ceph RadosGW. I did a PoC some days ago with radosgw. It worked well. Ceph version 0.67.3 under CentOS 6.4 Now, I'm installing a new cluster but, I can't succeed. I do not understand why. Here is some elements : ceph.conf: [global] filestore_xattr_use_omap = true mon_host = 192.168.0.1,192.168.0.2,192.168.0.3 fsid = f261d4c5-2a93-43dc-85a9-85211ec7100f mon_initial_members = mon-1, mon-2, mon-3 auth_supported = cephx osd_journal_size = 10240 [osd] cluster_network = 192.168.0.0/24 public_network = 192.168.1.0/24 [client.radosgw.gateway] host = gw-1 keyring = /etc/ceph/keyring.radosgw.gateway rgw socket path = /tmp/radosgw.sock log file = /var/log/ceph/radosgw.log rgw print continue = false I followed this doc to install radosgw : http://ceph.com/docs/next/install/rpm/#installing-ceph-object-storage I start httpd : /etc/init.d/httpd start I start radosgw : [root@gw-1]# /etc/init.d/ceph-radosgw start Starting radosgw instance(s)... 2013-09-17 08:07:11.954248 7f835d7fb820 -1 WARNING: libcurl doesn't support curl_multi_wait() 2013-09-17 08:07:11.954253 7f835d7fb820 -1 WARNING: cross zone / region transfer performance may be affected I create a user : radosgw-admin user create --uid="alexis" It works. Fine. So now, I connect to the gateway via a client (CyberDuck). I can create a bucket : "test". Then, I try to upload a file => does not work. I have a time out after about 30 secs. And, of course, the file is not uploaded. A rados df on .rgw.buckets show that there is no objects inside. Here are some logs. radosgw.log: http://pastebin.com/6NNuczC5 (the last lines are because I stop radosgw, not to pollute the logs) and httpd.log : [Tue Sep 17 08:02:15 2013] [error] [client 46.231.147.8] FastCGI: comm with server "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec) [Tue Sep 17 08:02:15 2013] [error] [client 46.231.147.8] FastCGI: incomplete headers (0 bytes) received from server "/var/www/s3gw.fcgi" [Tue Sep 17 08:02:45 2013] [error] [client 46.231.147.8] FastCGI: comm with server "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec) [Tue Sep 17 08:02:45 2013] [error] [client 46.231.147.8] FastCGI: incomplete headers (0 bytes) received from server "/var/www/s3gw.fcgi" [Tue Sep 17 08:08:42 2013] [error] [client 46.231.147.8] FastCGI: comm with server "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec) [Tue Sep 17 08:08:46 2013] [error] [client 46.231.147.8] FastCGI: incomplete headers (0 bytes) received from server "/var/www/s3gw.fcgi" [Tue Sep 17 08:12:35 2013] [error] [client 46.231.147.8] FastCGI: comm with server "/var/www/s3gw.fcgi" aborted: idle timeout (30 sec) [Tue Sep 17 08:12:35 2013] [error] [client 46.231.147.8] FastCGI: incomplete headers (0 bytes) received from server "/var/www/s3gw.fcgi" [Tue Sep 17 08:13:02 2013] [error] [client 46.231.147.8] FastCGI: incomplete headers (0 bytes) received from server "/var/www/s3gw.fcgi" I'm really diapointed because i can't understand where is the issue. Thanks A LOT for your help. Alexis _______________________________________________ ceph-users mailing list ceph-users@xxxxxxxxxxxxxx http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com