|
|
|
|
|
|
|
|
|
|
xen-devel
Re: [Xen-devel] [PATCH] Fix xm save timeout with paused domains
On Tue, May 08, 2007 at 05:38:50PM +0100, Keir Fraser wrote:
> I think xend is the obvious place to implement this type of synchronisation.
I think I agree. It would be easy if we were to just loop until the
domain gets unpaused but that's not really quite the correct fix, since
we ideally want 'xm save' to fail cleanly if the domain is paused (I
vaguely remember seeing a patch for this go past?).
> The only question is how hard it will be to add in.
Maybe a xenstore entry for the domain which is written just after the
.unpause() (the absence of this would also prevent xm pause, xm destroy,
perhaps)
regards
john
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
|
|
|
|