On Fri, 21 Jun 2013, Maciej Ga?kiewicz wrote:
> Hello
> I am trying to integrate openstack and ceph. I have successfully configured
> cinder but there is a problem with "rados lspools" command executed during
> cinder-volume startup. It looks like this command requires client.admin
> keyring to be readable by cinder user. Is it possible to specify another
> keyring? I would not like to have admin keyring on every machine with
> cinder-volume.

The lspools command only needs the mon = 'allow r' cap:

 ceph auth get-or-create client.foo mon 'allow r'

_______________________________________________
ceph-users mailing list
ceph-users@lists.ceph.com
http://lists.ceph.com/listinfo.cgi/ceph-users-ceph.com

Reply via email to