Masaki Kanno
2006-Nov-16 04:37 UTC
[Xen-devel] [PATCH] Improve usage message about xm dump-core command
Hi, This patch improves an usage message about xm dump-core command. Without this patch you see: # xm dump-core --help Usage: xm dump-core [-L|--live] [-C|--crash] <Domain> [Filename] Dump core for a specific domain. With this patch applied: # xm dump-core --help Usage: xm dump-core [-L|--live] [-C|--crash] <Domain> [Filename] Dump core for a specific domain. -L, --live Dump core without pausing the domain -C, --crash Crash domain after dumping core Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com> Best regards, Kan _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ewan Mellor
2006-Nov-16 10:45 UTC
Re: [Xen-devel] [PATCH] Improve usage message about xm dump-core command
On Thu, Nov 16, 2006 at 01:37:32PM +0900, Masaki Kanno wrote:> This patch improves an usage message about xm dump-core command. > > Without this patch you see: > # xm dump-core --help > Usage: xm dump-core [-L|--live] [-C|--crash] <Domain> [Filename] > > Dump core for a specific domain. > > With this patch applied: > # xm dump-core --help > Usage: xm dump-core [-L|--live] [-C|--crash] <Domain> [Filename] > > Dump core for a specific domain. > -L, --live Dump core without pausing the domain > -C, --crash Crash domain after dumping core > > > Signed-off-by: Masaki Kanno <kanno.masaki@jp.fujitsu.com>I''ve applied this, thanks. I''m not convinced that dumping a running domain makes any sense, but we may as well document what''s there. I''d be tempted to take this option away entirely at some point. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel