|
|
|
|
|
|
|
|
|
|
xen-devel
[Xen-devel] [PATCH] fix a race that affects live migration with stubdoms
Hi all,
this patch fixes a race during live migration with stubdoms: right after
the stubdom dies the configuration file of the VM is removed by
stubdom-dm but, in case of a live migration, the configuration file
could be the one of the new VM in the process of being created.
Removing the config file before destroying the stubdom is enough to
solve the race.
Please backport this patch to 3.4 testing too.
Signed-off-by: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
---
diff -r 92ee18aac1b6 stubdom/stubdom-dm
--- a/stubdom/stubdom-dm Mon Jul 06 13:28:43 2009 +0100
+++ b/stubdom/stubdom-dm Tue Jul 07 16:45:55 2009 +0100
@@ -71,8 +71,8 @@
kill %1
(
[ -n "$vncpid" ] && kill -9 $vncpid
+ rm /etc/xen/stubdoms/$domname-dm
xm destroy $domname-dm
- rm /etc/xen/stubdoms/$domname-dm
) &
# We need to exit immediately so as to let xend do the commands above
exit 0
_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-devel] [PATCH] fix a race that affects live migration with stubdoms,
Stefano Stabellini <=
|
|
|
|
|