Re: [openstack-dev] strange behaviour (possible bug) with nova evacuate

2013-10-03 Thread Pavel Kravchenco
Hi Chris, You probably encountered this bug: https://bugs.launchpad.net/nova/+bug/1156269 It been fixed here: https://review.openstack.org/#/c/24600/ Btw, what code are you using? Thanks, Pavel Date: Wed, 2 Oct 2013 15:30:11 -0600 From: Chris Friesen chris.frie...@windriver.com Hi all,

Re: [openstack-dev] strange behaviour (possible bug) with nova evacuate

2013-10-03 Thread Chris Friesen
On 10/03/2013 05:45 AM, Pavel Kravchenco wrote: Hi Chris, You probably encountered this bug: *https://bugs.launchpad.net/nova/+bug/1156269* It been fixed here: https://review.openstack.org/#/c/24600/ Yes, that looks like what I'm seeing. Thanks for the pointer. Btw, what code are you

Re: [openstack-dev] strange behaviour (possible bug) with nova evacuate

2013-10-03 Thread Chris Friesen
On 10/02/2013 11:42 PM, Lingxian Kong wrote: Hi Chris: Aftering exploring the code, I think there is already clean up on the original compute node, it will check that the instances reported by the driver are still associated with this host. If they are not, they will be destroyed. Please refer

[openstack-dev] strange behaviour (possible bug) with nova evacuate

2013-10-02 Thread Chris Friesen
Hi all, I posted this on the IRC channel but got no response, so I'll try here. Suppose I do the following: 1) create an instance (instance files not on shared storage) 2) kill its compute node and evacuate the instance to another node 3) boot up the original compute node 4) kill the second

Re: [openstack-dev] strange behaviour (possible bug) with nova evacuate

2013-10-02 Thread Lingxian Kong
Hi Chris: Aftering exploring the code, I think there is already clean up on the original compute node, it will check that the instances reported by the driver are still associated with this host. If they are not, they will be destroyed. Please refer to: