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] Domain 0 crashes when booting a single VM with a large # of

To: Xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Domain 0 crashes when booting a single VM with a large # of VIFs
From: Eric Tessler <maiden1134@xxxxxxxxx>
Date: Thu, 13 Oct 2005 17:49:49 -0700 (PDT)
Delivery-date: Fri, 14 Oct 2005 00:47:15 +0000
Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=fuhKwR74+75JqDZb6ZyGrb1v9t9ens2OX2H/oQ15llmF/JAjwH7JeZ/+CuD/UzyLn4eE5z2Oj7gcAp662Q32HIa3uBHcUPFVm4IO0L9B0qWI3BHBHuD6FgW0aEv917e0aWlyRFlXKs3VLDh3+snGkDFWDZ212neBn/Q9oyoJzRA= ;
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/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-users>, <mailto:xen-users-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
If I create a single VM, one that has 123 VIFs (by adding 123 VIF entries in my VM configuration file - all VIFs go to the same bridge), my machine crashes while XEN is trying to boot my VM.  XEN crashes at the point of the boot where it is initialing the ethernet interface (the machine reboots immediately).  If the VM has 122 VIFs, it boots up and works fine (I use ifconfig to verify the VIFs are indeed present - all 122 are accounted for).
 
Now, if I create 61 VMs, each with only 1 VIF, that works fine.  As soon as I try to boot the 62nd VM, I hit the same problem (crash and reboot).  It appears that the magic number is 123 for the # of VIFs -it also looks like XEN is creating a phantom VIF for each VM that is created. So in the case of 61 VMs with 1 VIF each, I have 122 VIFs.  As soon as I go above this number, XEN dies.
 
Does anyone know why this happens - a bug in XEN or is this some sort of XEN limitation?
 
This is occurring on Xen 2.0.6 / XenLinux 2.6.11, AMD opteron. I also hit this same problem with XEN 2.0.1.
 
Any help would be greatly appreciated,
 
Eric
 


Yahoo! Music Unlimited - Access over 1 million songs. Try it free.
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Domain 0 crashes when booting a single VM with a large # of VIFs, Eric Tessler <=