Re: [Openstack] Development Environment Setup

2011-03-14 Thread Monsyne Dragon
On 3/14/11 4:42 AM, Ahmed Refaey wrote: Dear Community, I tried to follow this tutorial to setup a development environment http://nova.openstack.org/quickstart.html when I execute ./nova.sh run I get all the screens running but the 5th ("scheduler") throws the following exception http://pa

Re: [Openstack] Development Environment Setup

2011-03-14 Thread Ahmed Refaey
Thx Ricardo, It worked for the volume-group issue. Any ideas about the cause of the scheduler exception ? On Mon, Mar 14, 2011 at 12:10 PM, Ricardo Carrillo Cruz < emailderi...@gmail.com> wrote: > Hi Ahmed > > It looks to me you didn't create the volume group nova-volumes: > Try this: > > > " >

Re: [Openstack] Development Environment Setup

2011-03-14 Thread Ricardo Carrillo Cruz
Hi Ahmed It looks to me you didn't create the volume group nova-volumes: Try this: " # This creates a 1GB file to create volumes out of dd if=/dev/zero of=MY_FILE_PATH bs=100M count=10 losetup --show -f MY_FILE_PATH # replace /dev/loop0 below with whatever losetup returns # nova-volumes is the d

[Openstack] Development Environment Setup

2011-03-14 Thread Ahmed Refaey
Dear Community, I tried to follow this tutorial to setup a development environment http://nova.openstack.org/quickstart.html when I execute ./nova.sh run I get all the screens running but the 5th ("scheduler") throws the following exception http://pastebin.com/ETcDmTKY and the 6th screen ("vo