[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [PATCH 0/3] continuable destroy domain:MakeXEN_DOMCTL_destroydomain hypercall continuable
Xend probably has a critical resource (either a lock or a thread) that gets tied up in the shutdown. So it can’t do anything else significant while the shutdown is in progress. The solution will be to add some multi-threading (perhaps just as simple as spawning a thread to handle long operations like domain destruction or coredumps). Someone already posted a (rather complicated) patch to spawn a thread to deal with domain coredumps. It hasn’t been checked in as there were arguments over the approach (it spawned an external C program, whereas it should be quite possible to spawn the thread and do the coredump without any exec of an external program). Thus this is something of a current design limitation of xend rather than an outright bug. As such it is unlikely to get fixed anytime soon unless someone wants to pick it up as a project? -- Keir On 9/10/07 16:49, "Szymanski, Lukasz K" <Lukasz.Szymanski@xxxxxxxxxx> wrote: If I do not use xm top while the vm is shutting down, there are fewer or no problem with system responsiveness. _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxxxxxxxx http://lists.xensource.com/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |