Re: [Openstack] [Nova] Review and bug priorities

2011-03-14 Thread Thierry Carrez
Justin Santa Barbara wrote: > I've been moaning about the fact that Nova is like a happy > oblivious little child for way too long, so I'll take on the two bugs > that teach it that things can go wrong in the real world: > > When a node dies, its instances should be marked !running > https://bugs

Re: [Openstack] [Nova] Review and bug priorities

2011-03-14 Thread Devin Carlen
Sweet, I think pushing this stuff in front of everyone is really helpful. Thanks Thierry! Devin On Mar 14, 2011, at 9:05 AM, Justin Santa Barbara wrote: > I've been moaning about the fact that Nova is like a happy oblivious little > child for way too long, so I'll take on the two bugs that t

Re: [Openstack] [Nova] Review and bug priorities

2011-03-14 Thread Justin Santa Barbara
I've been moaning about the fact that Nova is like a happy oblivious little child for way too long, so I'll take on the two bugs that teach it that things can go wrong in the real world: When a node dies, its instances should be marked !running https://bugs.launchpad.net/nova/+bug/661214 nova-com

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] [Nova] Review and bug priorities

2011-03-14 Thread Thierry Carrez
At the last meeting we discussed having a recurrent post to the ML to, in Devin's words, "push priorities in front of eyeballs"... Here is my first attempt at it, trying to single out a few branches and bugs that need attention. PS: IMO this email duplicates already-available information at: htt

[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