[Openstack] Folsom - Volume attach to a server in second compute node

2013-02-08 Thread AK Sathiya
Hello Openstackers, I have setup the openstack folsom and added additional compute node. I am successfully able to create a VM on the second compute node, but could not attach a volume (I have configured Cinder) to the VM created on the second compute node. When I attach the volume, the statu

[Openstack] Folsom - Cinder error

2013-01-25 Thread AK Sathiya
Hi folks, I am trying to setup Cinder in Openstack Folsom on Centos and I am getting the following error when try to list the cinder volumes. ERROR: The server has either erred or is incapable of performing the requested operation. (HTTP 500) (Request-ID: req-bb6ea248-a337-4857-af3f-8604930aae

[Openstack] How to install Cloud Init on the Image

2012-10-30 Thread AK Sathiya
All, I would like to install the cloud init on the custom image that i have created. I could not quite get the steps to install the cloud init. Is there any documentation anyone can point me to? Thanks AK _

Re: [Openstack] QEMU Error

2012-10-23 Thread AK Sathiya
The following should do the trick for you in order to create a new > disk and boot an iso using it : > > IMAGE=centos-6.2.img > qemu-img create -f raw $IMAGE 5G > sudo kvm -hda $IMAGE -m 512 -smp 2 -cdrom centos_installer.iso -boot c > > Aaron > > On Mon, Oct 22, 201

[Openstack] QEMU Error

2012-10-22 Thread AK Sathiya
All, i am a newbi to the openstack. I am trying to create a QCOW2 image from a Centos Linux installation iso and ran into the a road block. This is what I did so far (just followed the admin manual for Openstack). IMAGE=centos-6.2.img $ qemu-img create -f raw $IMAGE 5G VNCDISPLAY=:2 $ MONIT