Masaki Kanno
2007-Jul-11 05:18 UTC
[Xen-devel] [PATCH] Fix xm dump-core command for inactive managed domains
Hi, When I tried xm dump-core command to a inactive managed domain, I saw the following error messages. The 1st error message was solved by changeset 15519. But the 2nd error message is not yet solved. # xm list vm1 Name ID Mem VCPUs State Time(s) vm1 256 2 0.0 # xm dump-core vm1 Error: int() argument must be a string or a number 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 # xm dump-core --live vm1 Dumping core of domain: vm1 ... Error: int argument required 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 This patch fixes the 2nd error message as follows. # xm dump-core --live vm1 Dumping core of domain: vm1 ... Error: Domain ''vm1'' is not started 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