Re: [Openstack] nova volume creation problem

2012-05-07 Thread Shashi Kanth Boddula
Hi John, In both volume and compute log file the error "nova.rpc.common [-] Reconnecting to AMQP server on localhost:5672" repeated many times, and google tells me that this error relates rabbitmq, but then i don't what could be a solution and whether my problem relates to this. Thank you. On

Re: [Openstack] nova volume creation problem

2012-05-07 Thread John Griffith
On Mon, May 7, 2012 at 7:17 PM, Shashi Kanth Boddula wrote: > I tried creating from Dashboard as well as command, but both are not > creating volumes. > > nova volume-create --display_name v1 2 > > " specifically, what zone are you passing?" > > Please can you tell me what is a zone here, where to

Re: [Openstack] nova volume creation problem

2012-05-07 Thread Shashi Kanth Boddula
I tried creating from Dashboard as well as command, but both are not creating volumes. nova volume-create --display_name v1 2 " specifically, what zone are you passing?" Please can you tell me what is a zone here, where to define and how to pass zone information ? On Tue, May 8, 2012 at 12:24

Re: [Openstack] nova volume creation problem

2012-05-07 Thread Shashi Kanth Boddula
root@OpenStack:~# pvdisplay | grep nova-volumes -n3 | grep Allocatable 5- Allocatable yes root@OpenStack:~# vgdisplay nova-volumes | grep -i Free Free PE / Size 71517 / 279.36 GiB root@OpenStack:~# On Tue, May 8, 2012 at 12:12 AM, Jay Pipes wrote: > On 05/07/2012 02:14 PM,

Re: [Openstack] nova volume creation problem

2012-05-07 Thread Joshua Tobin
On May 7, 2012, at 11:14, Shashi Kanth Boddula wrote: > Ubuntu 12.04 LTS Essex. > > I am not able to create nova volumes, the command never ends up, and the > volume status will be always "creating". > > # nova volume-list > ++--+---+--+-+---

Re: [Openstack] nova volume creation problem

2012-05-07 Thread Jay Pipes
On 05/07/2012 02:14 PM, Shashi Kanth Boddula wrote: And in the system nova VG is already created, but no logical volumes are getting created whenever i issue "nova volume-create" command. # vgdisplay | grep nova VG Name nova-volumes Do you have enough space in your volume grou