SHA256
1
0
forked from pool/libvirt
libvirt/migrate-params.patch

14 lines
575 B
Diff
Raw Normal View History

Index: libvirt-0.6.5/src/xend_internal.c
===================================================================
--- libvirt-0.6.5.orig/src/xend_internal.c
+++ libvirt-0.6.5/src/xend_internal.c
@@ -4480,6 +4480,8 @@ xenDaemonDomainMigratePerform (virDomain
"node", "-1",
"ssl", "0",
"resource", "0", /* required, xend ignores it */
+ "node", "-1", /* numa node, xen c/s 17753 */
+ "ssl", "0", /* ssl migration, xen c/s 17709 */
NULL);
VIR_FREE (hostname);