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

Re: [Xen-users] Xen 4.1.0 + stable-2.6.32.x kernel = crashes, hangs, re

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: Re: [Xen-users] Xen 4.1.0 + stable-2.6.32.x kernel = crashes, hangs, reboots
From: agent 8131 <agent.8131@xxxxxxxxxxxx>
Date: Wed, 18 May 2011 23:52:11 -0700
Delivery-date: Wed, 18 May 2011 23:53:55 -0700
Dkim-signature: v=1; a=rsa-sha1; c=simple; d=infotage.net; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; s=postfix; bh=d8Zq4C7Jt Jqfa1P90kE+LnQYFlY=; b=grlfourn7sJ1yuGCwnAiqGC7+qcOYCzEVF7DPYPqv Msv2SO//9fRSp8UQ/uXw6sPJbSUzbyXSgBeI90atoBBi2aKuUFdzRwCNpbgBgC1/ GtEDcSYbfuCpFcDm5k9LTTMukH/VnqR+/teKcTv/nesoKo1zLTy1MDsA/Njgqoug lA=
Domainkey-signature: a=rsa-sha1; c=simple; d=infotage.net; h=message-id :date:from:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; q=dns; s=postfix; b=dz4 Q9aVrioMFNfFtry1MTvnrVK00p+OHDRKbpg+DlbEBNr22s3g45//ayp5bYipylY2 5e9vtHWHM9D0zxjg7mz9rop0SZww532R5vDBUy1VueIwi+hc06miCwtRfbKt3GYz j6hJj8R8AeMjhaAbhalmkRdEwDqlNtSsphtnBiTY=
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <039E0B4AA9103344A80DA55DDDC76A933B2EA9@xxxxxxxxxxxxxxxxxxxxxx>
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>
References: <4DD1AB32.3020505@xxxxxxxxxxxx> <039E0B4AA9103344A80DA55DDDC76A933B2EA9@xxxxxxxxxxxxxxxxxxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110424 Thunderbird/3.1.10
On 05/18/2011 01:22 AM, Ian Tobin wrote:
What is your grub config set to?

Ian
title           Xen 4.1.0 / Ubuntu 10.04.2 LTS, kernel 2.6.32.39
root            (hd0,0)
kernel          /boot/xen-4.1.0.gz dom0_mem=768M
module          /boot/vmlinuz-2.6.32.39 root=/dev/md0 ro console=tty0
module          /boot/initrd.img-2.6.32.39


-----Original Message-----
From: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
[mailto:xen-users-bounces@xxxxxxxxxxxxxxxxxxx] On Behalf Of agent 8131
Sent: 16 May 2011 23:55
To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen 4.1.0 + stable-2.6.32.x kernel = crashes,
hangs,reboots

I upgraded a test system from Xen 3.3 to Xen 4.1.0.  I've compiled a
kernel from the xen/stable-2.6.32.x branch from
git://git.kernel.org/pub/scm/linux/kernel/git/jeremy/xen.git.  While I
can get virtual machines from Xen 3.3 to run with some configuration
changes I've been unable to keep the host system stable for more than a
few hours when running domU's.  This could be hardware related as this
is hardly server grade hardware.  This is an AMD Athlon X2 on a consumer
motherboard (ASUS I think).  I have run memtest for many hours to see if
this was related to bad memory but all memory has tested fine.  After a
few hours of running domU's the system will either reboot, hard lock
(completely unresponsive), crash (completely unresponsive plus stack
trace displayed), or soft lock (magic sysrq still working).

I've tried running domU's using both xl and xm but both were unstable.
Here is the xen options for the kernel configuration:

CONFIG_XEN=y
CONFIG_XEN_PVHVM=y
CONFIG_XEN_MAX_DOMAIN_MEMORY=128
CONFIG_XEN_SAVE_RESTORE=y
# CONFIG_XEN_DEBUG_FS is not set
CONFIG_SWIOTLB_XEN=y
CONFIG_MICROCODE_XEN=y
CONFIG_XEN_DOM0=y
CONFIG_XEN_PRIVILEGED_GUEST=y
CONFIG_XEN_DOM0_PCI=y
# CONFIG_XEN_PCI_PASSTHROUGH is not set
CONFIG_PCI_XEN=y
CONFIG_XEN_PCIDEV_FRONTEND=m
CONFIG_XEN_BLKDEV_FRONTEND=m
CONFIG_NETXEN_NIC=m
CONFIG_XEN_NETDEV_FRONTEND=m
CONFIG_XEN_KBDDEV_FRONTEND=m
CONFIG_HVC_XEN=y
CONFIG_XEN_WDT=m
CONFIG_XEN_FBDEV_FRONTEND=m
CONFIG_XEN_BALLOON=y
CONFIG_XEN_SCRUB_PAGES=y
CONFIG_XEN_DEV_EVTCHN=y
CONFIG_XEN_BACKEND=y
CONFIG_XEN_NETDEV_BACKEND=y
CONFIG_XEN_BLKDEV_BACKEND=y
CONFIG_XEN_BLKDEV_TAP=y
CONFIG_XEN_BLKBACK_PAGEMAP=y
CONFIG_XEN_PCIDEV_BACKEND=y
CONFIG_XEN_PCIDEV_BACKEND_VPCI=y
# CONFIG_XEN_PCIDEV_BACKEND_PASS is not set #
CONFIG_XEN_PCIDEV_BACKEND_SLOT is not set #
CONFIG_XEN_PCIDEV_BACKEND_CONTROLLER is not set #
CONFIG_XEN_PCIDEV_BE_DEBUG is not set CONFIG_XENFS=m
CONFIG_XEN_COMPAT_XENFS=y CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_XEN_MCE=y
CONFIG_XEN_XENBUS_FRONTEND=m CONFIG_XEN_GNTDEV=y CONFIG_XEN_S3=y
CONFIG_ACPI_PROCESSOR_XEN=y CONFIG_XEN_PLATFORM_PCI=m

I've attached a couple of screenshots of stack traces when those have
been present.  Are there known problems with stability in Xen 4.1?  Is
this possibly a hardware issue that for some reason was not a problem
under Xen 3.3?  Have I inadvertently enabled an unstable kernel module?
   Any advice on how to move forward and resolve this issue.  I'd like to
upgrade my Xen 3.x servers but only once I can be certain there is a
stable platform for migrate too.

Any advice would be appreciated.  Thank you.



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



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