diff --git a/ChangeLog b/ChangeLog index 38d5efa92d..bf1f7ae991 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Fri Feb 13 16:50:35 GMT 2009 John Levon + + * 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 test:///default driver: don't dereference NULL "def" diff --git a/src/xend_internal.c b/src/xend_internal.c index 3ae97e312e..f9f2cb30a3 100644 --- a/src/xend_internal.c +++ b/src/xend_internal.c @@ -4292,6 +4292,8 @@ xenDaemonDomainMigratePerform (virDomainPtr domain, "destination", hostname, "live", live, "port", port, + "node", "-1", + "ssl", "0", "resource", "0", /* required, xend ignores it */ NULL); VIR_FREE (hostname);