← Back to team overview

openstack team mailing list archive

Re: Development Environment Setup

 

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 <ahmed.rifaey@xxxxxxxxx>:
> 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     : openstack@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~openstack
> More help   : https://help.launchpad.net/ListHelp
>
>



Follow ups

References