[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[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@xxxxxxxxxxxxxx>

Best regards,
 Kan

Attachment: migrate.patch
Description: Binary data

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.