On Wed, Jan 23, 2013 at 1:08 PM, Cesar Mello <cmello@xxxxxxxxx> wrote: > Now that I built from the sources I think I got stuck in this too. The logs: > > root@l3:/etc/ceph# cat /var/log/ceph/radosgw.log > 2013-01-23 19:05:42.233438 7ff3dae2c780 0 ceph version > 0.56-395-g371e6fb (371e6fbed624ececb385663a59dad907e9153d6a), process > radosgw, pid 3811 > 2013-01-23 19:05:43.937851 7ff3c9ffb700 2 garbage collection: start > 2013-01-23 19:06:12.234511 7ff3d2bbe700 -1 Initialization timeout, > failed to initialize Either your ceph backend is not completely healthy, or it cannot connect to it. Try add some logging info (debug ms = 1 in your ceph.conf). Also, try to verify that the ceph cluster is healthy (ceph health, ceph -s). Finally make sure that the client.radosgw.gateway user is configured correctly and can access the backend: # rados -n client.radosgw.gateway lspools # rados -n client.radosgw.gateway ls -p <name one of the existing pools> Yehuda -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html