Re: [ceph-users] Cinder volume creation issues

2013-07-27 Thread Abel Lopez
You mentioned logging in as admin. I wanted to point out that the default cinder policy requires "admin_or_owner" for most operations, e.g. create/attach. On Friday, July 26, 2013, Mike Dawson wrote: > You can specify the uuid in the secret.xml file like: > > > bdf77f5d-bf0b-1053-5f56-**cd76

Re: [ceph-users] Error when volume is attached in openstack

2013-07-24 Thread Abel Lopez
So, in cinder.conf, you have rbd_user=volumes and rbd_secret_uuid=bdf77f5d-bf0b-1053-5f56-cd76b32520dc If so, I'm stumped. On Jul 24, 2013, at 1:12 PM, Abel Lopez wrote: > You are correct, I didn't add that to nova.conf, only cinder.conf. > if you do > virsh secret-get-

Re: [ceph-users] Error when volume is attached in openstack

2013-07-24 Thread Abel Lopez
.conf? . I have added rbd_username and > rbd_secret_uuid in cinder.conf. I verified that rbd_secret_uuid is same as > virsh secret-list . > > > On Wed, Jul 24, 2013 at 11:49 AM, Abel Lopez wrote: > One thing I had to do, and it's not really in the documentation, > I

Re: [ceph-users] Error when volume is attached in openstack

2013-07-24 Thread Abel Lopez
wrote: > sudo virsh secret-list > UUID Usage > --- > bdf77f5d-bf0b-1053-5f56-cd76b32520dc Unused > > All nodes have secret set. > > > On Wed, Jul 24, 2013 at 11:30 AM, Abel Lopez wrot

Re: [ceph-users] Error when volume is attached in openstack

2013-07-24 Thread Abel Lopez
You need to do this on each compute node, and you can verify with virsh secret-list On Jul 24, 2013, at 11:20 AM, johnu wrote: > > I was trying openstack on ceph. I could create volumes but I am not able to > attach the volume to any running instance. If I attach a instance to an > instance

Re: [ceph-users] Error when volume is attached in openstack

2013-07-24 Thread Abel Lopez
There's your problem: error rbd username 'volumes' specified but secret not found#033[00m You need to follow the steps in the doc for creating the secret using virsh. http://ceph.com/docs/next/rbd/rbd-openstack/ On Jul 24, 2013, at 11:20 AM, johnu wrote: > > I was trying openstack on ceph. I

Re: [ceph-users] Production deployment methods

2013-05-26 Thread Abel Lopez
Yup. 100% new deploy, having ceph-deploy do everything as per the docs. On Sunday, May 26, 2013, Dewan Shamsul Alam wrote: > Hello Peter, > > I did not changed the ceph.conf. But the behavior is same form Ubuntu > 13.04, 12.04 and CentOS 6.4 with cuttlefish 0.61.2. And I'm pretty much > stuck at

Re: [ceph-users] Production deployment methods

2013-05-25 Thread Abel Lopez
I have been following both the git readme and the wiki step for step. Ceph installs on all nodes, using the correct deb. version 0.61 on Ubuntu 12.04.2 I had seen reference to an upstart problem, also to a race condition. Same as what Dewan posted. On Friday, May 24, 2013, Dewan Shamsul Alam wrote

Re: [ceph-users] Production deployment methods

2013-05-24 Thread Abel Lopez
partition is > necessary becaus cheph-deploy creates two partitions: 1 for the osd and > 1 for the journal. > > Greetings, > > Roman > > > > > Am 24.05.2013 18:56, schrieb Abel Lopez: > > Hello all, > > New to the list. > > > > I'

[ceph-users] Production deployment methods

2013-05-24 Thread Abel Lopez
Hello all, New to the list. I'm trying to form a repeatable deployment method for our environments. Using Ubuntu 12.04, and trying to install Cuttlefish. We have an existing chef setup for deploying openstack, so the ceph-cookbook sounded like an obvious choice. After following the instructions i