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] Xen and Bonding on Centos 5.2

To: xen-users@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-users] Xen and Bonding on Centos 5.2
From: "Dirk H. Schulz" <dirk.schulz@xxxxxxxxxxxxx>
Date: Fri, 10 Oct 2008 12:38:50 +0200
Delivery-date: Fri, 10 Oct 2008 03:39:34 -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
Hi folks,

I have a server where I have solved the well known problem with a bonding interface as netdev on Xen/Centos 5.x (current: 5.2) - the problem is, that in mode=1 (active-passive) the slave interfaces are de-/activated round robin at least once a second. "network-bridge stop netdev=bond0" stops this nonsense and makes the bonded interface work well again.
I had to do change 3 entries to get it running:
1. in /etc/xen/xend-config.sxp I set "(network-script 'network-bridge netdev=bond0')" - that is explicitly naming the 'physical' interface. 2. in /etc/libvirt/qemu/networks/default.xml I have set xenbr0 to be the default bridge.
3. in /etc/sysctl.conf I added "net.ipv4.conf.all.proxy_arp = 0"

Now I have set up a second server exactly like the first (even with the same NIC chips, t3), but this time the problem persists: the slave interfaces start switching permanently as soon as the network-bridge script has moved bond0 to the bridge.

I have looked and tested for days now, but I do not come to any result. My first thought was that with the first server setup I forgot to document some little change I made. So I sought the web and compared my config files, but I cannot find anything.

I need help in this, please! I am stuck within the problem, I do not see anything at all any more. There must be something I overlook - any hint or help is greatyl appreciated.

Dirk


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

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-users] Xen and Bonding on Centos 5.2, Dirk H. Schulz <=