mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-02-01 17:35:17 +00:00
Fix migrate for Xen 3.3
This commit is contained in:
parent
f98b9e05d8
commit
7d2b7ad520
@ -1,3 +1,9 @@
|
|||||||
|
Fri Feb 13 16:50:35 GMT 2009 John Levon <john.levon@sun.com>
|
||||||
|
|
||||||
|
* src/xend_internal.c: xend in 3.3 grew a couple of new options
|
||||||
|
for the migration method. As they're ignored on older xend
|
||||||
|
versions, always pass them.
|
||||||
|
|
||||||
Fri Feb 13 19:09:54 +0100 2009 Jim Meyering <meyering@redhat.com>
|
Fri Feb 13 19:09:54 +0100 2009 Jim Meyering <meyering@redhat.com>
|
||||||
|
|
||||||
test:///default driver: don't dereference NULL "def"
|
test:///default driver: don't dereference NULL "def"
|
||||||
|
@ -4292,6 +4292,8 @@ xenDaemonDomainMigratePerform (virDomainPtr domain,
|
|||||||
"destination", hostname,
|
"destination", hostname,
|
||||||
"live", live,
|
"live", live,
|
||||||
"port", port,
|
"port", port,
|
||||||
|
"node", "-1",
|
||||||
|
"ssl", "0",
|
||||||
"resource", "0", /* required, xend ignores it */
|
"resource", "0", /* required, xend ignores it */
|
||||||
NULL);
|
NULL);
|
||||||
VIR_FREE (hostname);
|
VIR_FREE (hostname);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user