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 < [email protected]> wrote: > 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 default for the --volume_group flag > vgcreate nova-volumes /dev/loop0 > " > > OTOH, I'd recommend you post this question on the Launchpad answers > section. > > Regards > > > 2011/3/14 Ahmed Refaey <[email protected]>: > > 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 ("volume") throws the following exceptin > > > > http://pastebin.com/LwybYaHa > > > > Million thanks in advance, > > -- > > Ahmed El-Refaey > > Software Engineer > > > > R & D Team > > Cloud Niners Information Systems. > > > > > > > > _______________________________________________ > > Mailing list: https://launchpad.net/~openstack > > Post to : [email protected] > > Unsubscribe : https://launchpad.net/~openstack > > More help : https://help.launchpad.net/ListHelp > > > > > -- Ahmed El-Refaey Software Engineer R & D Team Cloud Niners Information Systems.
_______________________________________________ Mailing list: https://launchpad.net/~openstack Post to : [email protected] Unsubscribe : https://launchpad.net/~openstack More help : https://help.launchpad.net/ListHelp

