* Small migrate.py fix
[not found] <E1EyHdW-0005Og-S2@host-192-168-0-1-bcn-london>
@ 2006-02-07 17:10 ` Andres Lagar Cavilla
2006-02-10 1:17 ` Ewan Mellor
0 siblings, 1 reply; 2+ messages in thread
From: Andres Lagar Cavilla @ 2006-02-07 17:10 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 231 bytes --]
Hey, just stumbled upon this
Last pulled xen 3.0.1-testing.hg on Feb 1, and
tools/python/xen/xm/Migrate.py is unable to parse a '--port' argument
passed when attempting migration. The fix is trivial and the patch attached
Andres
[-- Attachment #2: migrate.py.patch --]
[-- Type: text/x-patch, Size: 586 bytes --]
*** migrate.py 2006-02-01 10:06:40.000000000 -0500
--- /usr/lib/python/xen/xm/migrate.py 2006-02-06 14:57:45.000000000 -0500
***************
*** 38,44 ****
fn=set_true, default=0,
use="Use live migration.")
! gopts.opt('port', short='p',
fn=set_int, default=0,
use="Use specified port for migration.")
--- 38,44 ----
fn=set_true, default=0,
use="Use live migration.")
! gopts.opt('port', short='p', val='portnum',
fn=set_int, default=0,
use="Use specified port for migration.")
[-- Attachment #3: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Small migrate.py fix
2006-02-07 17:10 ` Small migrate.py fix Andres Lagar Cavilla
@ 2006-02-10 1:17 ` Ewan Mellor
0 siblings, 0 replies; 2+ messages in thread
From: Ewan Mellor @ 2006-02-10 1:17 UTC (permalink / raw)
To: Andres Lagar Cavilla; +Cc: xen-devel
On Tue, Feb 07, 2006 at 12:10:04PM -0500, Andres Lagar Cavilla wrote:
> Hey, just stumbled upon this
> Last pulled xen 3.0.1-testing.hg on Feb 1, and
> tools/python/xen/xm/Migrate.py is unable to parse a '--port' argument
> passed when attempting migration. The fix is trivial and the patch attached
Applied, thank you.
Ewan.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2006-02-10 1:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <E1EyHdW-0005Og-S2@host-192-168-0-1-bcn-london>
2006-02-07 17:10 ` Small migrate.py fix Andres Lagar Cavilla
2006-02-10 1:17 ` Ewan Mellor
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.