
On Thu, Nov 27, 2008 at 04:07:48PM +0000, Daniel P. Berrange wrote:
On Thu, Nov 27, 2008 at 05:04:05PM +0100, Guido G?nther wrote:
On Tue, Nov 25, 2008 at 11:39:57AM +0000, Daniel P. Berrange wrote:
Yeha, this is almost certainly just another example of XenD not properly cleaning up / destroying domains. If you still have a machine which shows this behaviour, then I'd recommend trying this change to our Xen impl
In xen_unified.c, find the method xenUnifiedListDomains and make it first call xenStoreListDomains() and then fallback to trying HV & XenD drivers. If we're lucky this will help.... Yes this helps indeed, thanks a lot. Possible patch attached.
Thanks for confirming. ACK to this patch - it looks reasonable to me, and shouldn't have any serious performance implication. O.k., commited now. -- Guido