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 3.4.0 and interface bonding

To: Xen User-List <xen-users@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-users] Xen 3.4.0 and interface bonding
From: Martti Kuparinen <martti.kuparinen@xxxxxx>
Date: Tue, 09 Jun 2009 08:29:42 +0300
Delivery-date: Mon, 08 Jun 2009 22:30:28 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
In-reply-to: <4A1B97B2.5070901@xxxxxx>
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: <4A1B97B2.5070901@xxxxxx>
Sender: xen-users-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.21 (X11/20090409)
I had the same error on Xen 3.3.1 with 2.6.18.8 kernel. I got rid of this error by changing the mode to 0. Obviously there something wrong in 2.6.18's bonding code (which according to some reports are fixed in RHEL/CentOS but not in the Xen tree).

--- /etc/modprobe.d/arch-aliases        2009-06-08 13:44:18.000000000 +0300
+++ etc/modprobe.d/arch-aliases 2009-03-30 15:48:49.000000000 +0300
@@ -3,4 +3,4 @@
 alias binfmt-0064 ia32_aout

 alias bond0 bonding
-options bonding mode=0 miimon=100 downdelay=200 updelay=200
+options bonding mode=6 miimon=100 downdelay=200 updelay=200



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

<Prev in Thread] Current Thread [Next in Thread>
  • Re: [Xen-users] Xen 3.4.0 and interface bonding, Martti Kuparinen <=