|
|
|
|
|
|
|
|
|
|
xen-changelog
[Xen-changelog] [xen-unstable] xend: fix a typo in domain_migrate().
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1211880715 -3600
# Node ID 80ee45e007e1fc3d500d800a6c0aaa56e815e262
# Parent 9df61d6601ba411eab24378c3caba903db9145dc
xend: fix a typo in domain_migrate().
- @rtype: -> @type node:
Signed-off-by: Masaki Kanno <kanno.masaki@xxxxxxxxxxxxxx>
---
tools/python/xen/xend/XendDomain.py | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff -r 9df61d6601ba -r 80ee45e007e1 tools/python/xen/xend/XendDomain.py
--- a/tools/python/xen/xend/XendDomain.py Tue May 27 10:31:25 2008 +0100
+++ b/tools/python/xen/xend/XendDomain.py Tue May 27 10:31:55 2008 +0100
@@ -1265,17 +1265,17 @@ class XendDomain:
@type domid: int or string.
@param dst: Destination IP address
@type dst: string
- @keyword port: relocation port on destination
- @type port: int
@keyword live: Live migration
@type live: bool
+ @keyword port: relocation port on destination
+ @type port: int
+ @keyword node: use node number for target
+ @type node: int
@keyword ssl: use ssl connection
@type ssl: bool
@rtype: None
- @keyword node: use node number for target
- @rtype: int
@raise XendError: Failed to migrate
- @raise XendInvalidDomain: Domain is not valid
+ @raise XendInvalidDomain: Domain is not valid
"""
dominfo = self.domain_lookup_nr(domid)
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] [xen-unstable] xend: fix a typo in domain_migrate().,
Xen patchbot-unstable <=
|
|
|
|
|