From: Andres Lagar Cavilla <andreslc@cs.toronto.edu>
To: xen-devel@lists.xensource.com
Subject: Small migrate.py fix
Date: Tue, 07 Feb 2006 12:10:04 -0500 [thread overview]
Message-ID: <43E8D46C.9060508@cs.toronto.edu> (raw)
In-Reply-To: <E1EyHdW-0005Og-S2@host-192-168-0-1-bcn-london>
[-- 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
next parent reply other threads:[~2006-02-07 17:10 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <E1EyHdW-0005Og-S2@host-192-168-0-1-bcn-london>
2006-02-07 17:10 ` Andres Lagar Cavilla [this message]
2006-02-10 1:17 ` Small migrate.py fix Ewan Mellor
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=43E8D46C.9060508@cs.toronto.edu \
--to=andreslc@cs.toronto.edu \
--cc=xen-devel@lists.xensource.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.