|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] Zombie VMs cannot be destroyed
On Fri, Dec 01, 2006 at 12:57:03PM -0500, Michael Froh wrote:
> This sounds like a B rate horror movie. Has anyone else seen Zombie
> VMs?
Yes!
> I had a number of VMs running and used the following script to
> destroy them:
>
> for vm in `xm list | awk '{print $1}' | grep -v Name | grep -v
> Domain-0`; do xm destroy $vm; done
>
> This destroyed all of the para-virtualized domains running (4 of
> them) but turned all the HVM VMs into Zombies as shown here:
You need to kill the qemu-dm process in dom0 as well and then these
domains will disappear.
--
Nick Craig-Wood <nick@xxxxxxxxxxxxxx> -- http://www.craig-wood.com/nick
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|