direct-io.hg
changeset 8817:52b2dc7fb9b7
Parse --port argument to migration.
Patch by Andres Lagar Cavilla <andreslc@cs.toronto.edu>.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
Patch by Andres Lagar Cavilla <andreslc@cs.toronto.edu>.
Signed-off-by: Ewan Mellor <ewan@xensource.com>
author | emellor@leeni.uk.xensource.com |
---|---|
date | Fri Feb 10 02:09:19 2006 +0100 (2006-02-10) |
parents | 324caad9e145 |
children | 47013962e411 |
files | tools/python/xen/xm/migrate.py |
line diff
1.1 --- a/tools/python/xen/xm/migrate.py Fri Feb 10 02:05:26 2006 +0100 1.2 +++ b/tools/python/xen/xm/migrate.py Fri Feb 10 02:09:19 2006 +0100 1.3 @@ -38,7 +38,7 @@ gopts.opt('live', short='l', 1.4 fn=set_true, default=0, 1.5 use="Use live migration.") 1.6 1.7 -gopts.opt('port', short='p', 1.8 +gopts.opt('port', short='p', val='portnum', 1.9 fn=set_int, default=0, 1.10 use="Use specified port for migration.") 1.11