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] HVM live migration error, probably related to 20691:054042ba

To: Xen Developers <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] HVM live migration error, probably related to 20691:054042ba73b6
From: Brendan Cully <brendan@xxxxxxxxx>
Date: Wed, 20 Jan 2010 14:12:30 -0800
Delivery-date: Wed, 20 Jan 2010 14:14:13 -0800
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/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Mail-followup-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mutt/1.5.20 (2009-12-10)
Is anyone else having trouble live-migrating HVM domains with rc2? It
fails immediately for me, with this in the xend log of the target:

[2010-01-20 13:53:17 4849] ERROR (XendDomainInfo:502) VM resume failed
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 498, 
in resume
    self._createDevices()
  File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 
2352, in _createDevices
    devid = self._createDevice(devclass, config)
  File "/usr/lib/python2.5/site-packages/xen/xend/XendDomainInfo.py", line 
2314, in _createDevice
    return self.getDeviceController(deviceClass).createDevice(devConfig)
  File "/usr/lib/python2.5/site-packages/xen/xend/server/BlktapController.py", 
line 201, in createDevice
    if self.vm.image.memory_sharing:
AttributeError: 'NoneType' object has no attribute 'memory_sharing'

I'd guess there's an initialization order bug for the vm struct, but
haven't dug into it yet.

My HVM guest is using this disk config:
disk = [ 'tap:aio:/dev/vg0/xp,hda,w', ',hdc:cdrom,r' ]

it gets further along with phy (dies on map batch, probably because I
haven't brought over the err zeroing patch for xc_map_foreign_bulk).

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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] HVM live migration error, probably related to 20691:054042ba73b6, Brendan Cully <=