提交 7d2b7ad5 编写于 作者: J John Levon

Fix migrate for Xen 3.3

上级 f98b9e05
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>
test:///default driver: don't dereference NULL "def"
......
......@@ -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);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册