On Sun, Jul 22, 2012 at 10:59 AM, Yehuda Sadeh <yeh...@inktank.com> wrote:

> I think you've set up your apache to use external fastcgi, but you
> have to run radosgw manually using this method.

Spot on, thanks for the quick response.  By radosgw init script was
quietly exiting because I was using FQDN in ceph.conf but it was
trying to match on the short name.  Now it's failing to start, but at
least logging why.

2012-07-22 11:32:39.636760 7fd2b9be9780  0 librados:
client.radosgw.gateway authentication error (1) Operation not
permitted
2012-07-22 11:32:39.637018 7fd2b9be9780 -1 Couldn't init storage
provider (RADOS)

are these the right capabilities for that user
(http://ceph.com/docs/master/radosgw/config suggests they are)?

client.rados.gateway
        key: <redacted>
        caps: [mon] allow r
        caps: [osd] allow rwx

ceph.conf points to /etc/ceph/keyring.rados.gateway which has is
readable and has matching key

Thanks,
-Jon
--
To unsubscribe from this list: send the line "unsubscribe ceph-devel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to