WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] Migration, small problem

To: xen-devel@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-devel] Migration, small problem
From: Andres Lagar Cavilla <andreslc@xxxxxxxxxxxxxx>
Date: Tue, 24 May 2005 13:48:23 -0500
Delivery-date: Tue, 24 May 2005 17:47:38 +0000
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla Thunderbird 1.0.2 (X11/20050322)
Hi list,
It's me again with migration. Relative to the May-23 xen-2.0-testing tarball, sometimes the xm migrate -l command does not return control to the user on the sending side, after migration successfully finishes. Pressing Ctrl-C gives the output cut&pasted below. No functionality is affected; I can still migrate back & forth between the same hosts. This hang happens irrespective of network connections being opened or closed on the migrated domain. xfrd logs report all steps of live migration completed.
This is probably some tiny detail
Thanks
Andres

[scarlet]# xm migrate -l 6 rouge


Traceback (most recent call last):
 File "/usr/sbin/xm", line 9, in ?
   main.main(sys.argv)
 File "/usr/lib/python/xen/xm/main.py", line 808, in main
   xm.main(args)
 File "/usr/lib/python/xen/xm/main.py", line 106, in main
   self.main_call(args)
 File "/usr/lib/python/xen/xm/main.py", line 124, in main_call
   p.main(args[1:])
 File "/usr/lib/python/xen/xm/main.py", line 309, in main
   migrate.main(args)
 File "/usr/lib/python/xen/xm/migrate.py", line 49, in main
   server.xend_domain_migrate(dom, dst, opts.vals.live, opts.vals.resource)
File "/usr/lib/python/xen/xend/XendClient.py", line 249, in xend_domain_migrate
   {'op'         : 'migrate',
 File "/usr/lib/python/xen/xend/XendClient.py", line 148, in xendPost
   return self.client.xendPost(url, data)
 File "/usr/lib/python/xen/xend/XendProtocol.py", line 79, in xendPost
   return self.xendRequest(url, "POST", args)
 File "/usr/lib/python/xen/xend/XendProtocol.py", line 143, in xendRequest
   resp = conn.getresponse()
 File "/usr/lib/python2.3/httplib.py", line 778, in getresponse
   response.begin()
 File "/usr/lib/python2.3/httplib.py", line 273, in begin
   version, status, reason = self._read_status()
 File "/usr/lib/python2.3/httplib.py", line 231, in _read_status
   line = self.fp.readline()
 File "/usr/lib/python2.3/socket.py", line 323, in readline
   data = recv(1)
KeyboardInterrupt


_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] Migration, small problem, Andres Lagar Cavilla <=