As Gabe mentions, If your running Folsom, use the `nova reset-state` command.<div><br></div><div>Otherwise - On Diablo/Essex, I've used SQL to reset the 3x instance state columns manually to power_state=1, task_state=NULL, vm_state='active' and then just used `nova delete` to kill it.</div>

<div><br></div><div>As with the Folsom command, this requires that all services are up and running, and whatever caused it to fail initially has been resolved.</div><div><br></div><div>99% of the time the failures are transient and it will succeed the second time.<br clear="all">

<br>Thanks,<br>Kiall<br>
<br><br><div class="gmail_quote">On Wed, Sep 19, 2012 at 4:19 AM, Samuel Winchenbach <span dir="ltr"><<a href="mailto:swinchen@gmail.com" target="_blank">swinchen@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi All,<br>
<br>
<br>
I was wondering what the correct way to handle a misbehaving instance<br>
is?  I have, on several occasions, gotten VM instances stuck in an odd<br>
state such as reboot, deleting, or active when either KVM failed to<br>
start, or who knows what.   What is the correct procedure for manually<br>
removing/repairing a misbehaving VM?<br>
<br>
Right now I have been using this SQL script: <a href="http://paste2.org/p/2240202" target="_blank">http://paste2.org/p/2240202</a><br>
The problem is, this does not undo all the networking changes, or<br>
delete the various files in /var/lib/nova/instances and<br>
/etc/libvirt/...<br>
<br>
Is there a better way to handle this situation than completely nuking<br>
the database?  If not then what do I need to do to undo the changes to<br>
the network/iptables?<br>
<br>
Thanks,<br>
Sam<br>
<br>
_______________________________________________<br>
OpenStack-operators mailing list<br>
<a href="mailto:OpenStack-operators@lists.openstack.org">OpenStack-operators@lists.openstack.org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators" target="_blank">http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-operators</a><br>
</blockquote></div><br></div>