Re: [ceph-users] Block Devices and OpenStack

2014-02-17 Thread Sebastien Han
Hi, If cinder-volume fails to connect and putting the admin keyring works it means that cinder is not configured properly. Please also try to add the following: [client.cinder] keyring = Same for Glance. Btw: ceph.conf doesn’t need to be own by Cinder, just let mod +r and keep root

Re: [ceph-users] Block Devices and OpenStack

2014-02-17 Thread Ashish Chandra
Hi Sebastian, Jean; This is my ceph.conf looks like. It was auto generated using ceph-deploy. [global] fsid = afa13fcd-f662-4778-8389-85047645d034 mon_initial_members = ceph-node1 mon_host = 10.0.1.11 auth_cluster_required = cephx auth_service_required = cephx auth_client_required = cephx filesto

Re: [ceph-users] Block Devices and OpenStack

2014-02-17 Thread Sebastien Han
Hi, Can I see your ceph.conf? I suspect that [client.cinder] and [client.glance] sections are missing. Cheers. Sébastien Han Cloud Engineer "Always give 100%. Unless you're giving blood.” Phone: +33 (0)1 49 70 99 72 Mail: sebastien@enovance.com Address : 10, rue de la Victoire -

Re: [ceph-users] Block Devices and OpenStack

2014-02-15 Thread Ashish Chandra
Hi Jean, Here is the output for ceph auth list for client.cinder client.cinder key: AQCKaP9ScNgiMBAAwWjFnyL69rBfMzQRSHOfoQ== caps: [mon] allow r caps: [osd] allow class-read object_prefix rbd_children, allow rwx pool=volumes, allow rx pool=images Here is the output of ce

Re: [ceph-users] Block Devices and OpenStack

2014-02-15 Thread Jean-Charles LOPEZ
Hi, what do you get when you run a 'ceph auth list' command for the user name (client.cinder) you created for cinder? Are the caps and the key for this user correct? No typo in the hostname in the cinder.conf file (host=) ? Did you copy the keyring to the cinder running cinder (can’t really say

[ceph-users] Block Devices and OpenStack

2014-02-15 Thread Ashish Chandra
Hi Cephers, I am trying to configure ceph rbd as backend for cinder and glance by following the steps mentioned in: http://ceph.com/docs/master/rbd/rbd-openstack/ Before I start all openstack services are running normally and ceph cluster health shows "HEALTH_OK" But once I am done with all ste