On Mon, Feb 23, 2009 at 04:12:07PM -0800, Joseph Mocker wrote: > We have encountered a strange problem where "virsh list" is attempting > to look up some non-existent domains. > > alpha # virsh list
This can happen occassionally when the hypervisor still thinks a domain exists. Try running this script (passing 6 and 7): $ cat ~johnlev/bin/domstate #!/usr/bin/amd64/python import sys import xen.lowlevel.xc xc = xen.lowlevel.xc.xc() print "%s" % xc.domain_getinfo(int(sys.argv[1])) This is always a bug, but I don't know which one it might be. I've not had a reproducible case of this for quite some time. regards john _______________________________________________ xen-discuss mailing list [email protected]
