提交 608554f2 编写于 作者: J Jiri Denemark

xen: Fix domain dump

Remove redundant 'live' parameter which caused an error from xend:

    "xend.err 'Too many values for live'"
上级 eff1735e
......@@ -3026,7 +3026,7 @@ xenDaemonDomainCoreDump(virDomainPtr domain, const char *filename,
}
return xend_op(domain->conn, domain->name,
"op", "dump", "file", filename, "live", "0",
"op", "dump", "file", filename,
"live", (flags & VIR_DUMP_LIVE ? "1" : "0"),
"crash", (flags & VIR_DUMP_CRASH ? "1" : "0"),
NULL);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册