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-users

[Xen-users] Error when migrating (live) hvm guest with xen 3.4.1

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Error when migrating (live) hvm guest with xen 3.4.1
From: Miguel Sanchez <ntadmin@xxxxxxxxx>
Date: Fri, 30 Oct 2009 14:10:11 +0100
Cc:
Delivery-date: Fri, 30 Oct 2009 08:33:53 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-users-request@lists.xensource.com?subject=help>
List-id: Xen user discussion <xen-users.lists.xensource.com>
List-post: <mailto:xen-users@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.23 (X11/20090817)
Hi. Since I updated Xen from version 3.3.1 to 3.4.1 I can't live migrate the hvm guests. The command "xm migrate --live" finishes with the following error:
     Error: (107, 'Transport endpoint is not connected')

In the xend.log file in target host appears:

[2009-10-30 13:50:21 5333] INFO (image:745) Need to create platform device.[domid:5] [2009-10-30 13:50:21 5333] DEBUG (XendCheckpoint:261) restore:shadow=0xe, _static_max=0x60000000, _static_min=0x0, [2009-10-30 13:50:21 5333] DEBUG (balloon:166) Balloon: 1593904 KiB free; need 1591296; done. [2009-10-30 13:50:21 5333] DEBUG (XendCheckpoint:278) [xc_restore]: /usr/lib64/xen/bin/xc_restore 47 5 3 4 1 1 1 [2009-10-30 13:50:21 5333] INFO (XendCheckpoint:417) xc_domain_restore start: p2m_size = 100000 [2009-10-30 13:50:21 5333] INFO (XendCheckpoint:417) Reloading memory pages: 0% [2009-10-30 13:50:36 5333] INFO (XendCheckpoint:417) Failed allocation for dom 5: 94 extents of order 0 [2009-10-30 13:50:36 5333] INFO (XendCheckpoint:417) ERROR Internal error: Failed to allocate memory for batch.!
[2009-10-30 13:50:36 5333] INFO (XendCheckpoint:417)
[2009-10-30 13:50:36 5333] INFO (XendCheckpoint:417) Restore exit with rc=1
[2009-10-30 13:50:36 5333] DEBUG (XendDomainInfo:2724) XendDomainInfo.destroy: domid=5 [2009-10-30 13:50:36 5333] ERROR (XendDomainInfo:2738) XendDomainInfo.destroy: domain destruction failed.
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/xen/xend/XendDomainInfo.py", line 2731, in destroy
   xc.domain_pause(self.domid)
Error: (3, 'No such process')

The live migration with pv guests works without problems.
My installation is: CentOS 5.4 and Xen updated to 3.4.1 via gitco repo. The hvm guest have installed GPLPV drivers, but I have tried boot with option /NOGPLPV and produce the same result.

It looks like a memory problem. Why?
Anybody have this configuration and can migrate hvm guests?


Regards
--
Miguel


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Error when migrating (live) hvm guest with xen 3.4.1, Miguel Sanchez <=