Masaki Kanno
2006-Nov-16 04:35 UTC
[Xen-devel] [PATCH] Fix error message about xm migrate command
Hi, This patch fixes an error message about xm migrate command. Without this patch you see: # xm migrate Domain-0 192.168.0.100 Error: int argument required Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. Options: -h, --help Print this help. -l, --live Use live migration. -p=portnum, --port=portnum Use specified port for migration. -r=MBIT, --resource=MBIT Set level of resource usage for migration. With this patch applied: # xm migrate Domain-0 192.168.0.100 Error: Cannot migrate privileged domain Domain-0 Usage: xm migrate <Domain> <Host> Migrate a domain to another machine. Options: -h, --help Print this help. -l, --live Use live migration. -p=portnum, --port=portnum Use specified port for migration. -r=MBIT, --resource=MBIT Set level of resource usage for migration. 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:25 UTC
Re: [Xen-devel] [PATCH] Fix error message about xm migrate command
On Thu, Nov 16, 2006 at 01:35:48PM +0900, Masaki Kanno wrote: Content-Description: Mail message body> Hi, > > This patch fixes an error message about xm migrate command.Applied, thanks. Ewan. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel