search for: domain_migr

Displaying 2 results from an estimated 2 matches for "domain_migr".

Did you mean: domain_dir
2007 Jun 07
0
[PATCH] Remove unimplemented xm migrate --resource option
...Gary Pennington <gary.pennington@sun.com> diff --git a/tools/python/xen/xend/XendDomain.py b/tools/python/xen/xend/XendDomain.py --- a/tools/python/xen/xend/XendDomain.py +++ b/tools/python/xen/xend/XendDomain.py @@ -1192,7 +1192,7 @@ class XendDomain: return val - def domain_migrate(self, domid, dst, live=False, resource=0, port=0): + def domain_migrate(self, domid, dst, live=False, port=0): """Start domain migration. @param domid: Domain ID or Name @@ -1203,7 +1203,6 @@ class XendDomain: @type port: int...
2006 Apr 26
1
domU migration problem
...hon/xen/util/xmlrpclib2.py", line 103, in _marshaled_dispatch response = self._dispatch(method, params) File "/usr/lib/python2.4/SimpleXMLRPCServer.py", line 406, in _dispatch return func(*params) File "/usr/lib/python/xen/xend/XendDomain.py", line 417, in domain_migrate sock.recv(80) error: (104, ''Connection reset by peer'') ## and this on the second (destination) machine: ## [2006-04-26 16:05:27 xend] WARNING (tcp:73) Rejected connection from 192.168.168.110:4980 (192.168.168.110) for port 8002. ## If I try to migrate to localhost (xm...