提交 18626bd2 编写于 作者: D Daniel Veillard

when dumping code don't keep Xen domain live

* src/xend_internal.c: patch from John Levon shutting down a live
  domain is just more hazardous
Daniel
上级 584ff194
Thu Sep 4 11:09:20 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/xend_internal.c: patch from John Levon shutting down a live
domain is just more hazardous
Thu Sep 4 11:05:59 CEST 2008 Daniel Veillard <veillard@redhat.com>
* src/xend_internal.c src/xs_internal.c: use poweroff instead of halt
......
......@@ -3037,7 +3037,7 @@ xenDaemonDomainCoreDump(virDomainPtr domain, const char *filename,
if (domain->id < 0)
return(-1);
return xend_op(domain->conn, domain->name, "op", "dump", "file", filename,
"live", "1", "crash", "0", NULL);
"live", "0", "crash", "0", NULL);
}
/**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册