Hello all, 

am experimenting with OVS and KVM but unfortunately hit an issue with bonding. 
Before I show the error here is my configuration on a CentOS 6.4 install: 

ifcfg-ovsbr0 
------------ 
DEVICE="ovsbr0" 
ONBOOT="yes" 
BOOTPROTO="none" 
TYPE="OVSBridge" 
DEVICETYPE="ovs" 
IPV6INIT="no" 
IPV4_FAILUE_FATAL="yes" 
DEFROUTE="yes" 
GATEWAY="192.168.0.1" 
IPADDR="192.168.0.100" 
NETMASK="255.255.255.0" 
BROADCAST="192.168.0.255" 
NETWORK="192.168.1.0" 

ifcfg-bond0 
----------- 
DEVICE=bond0 
ONBOOT=yes 
BOOTPROTO=none 
DEVICETYPE=ovs 
TYPE=OVSBond 
OVS_BRIDGE=ovsbr0 
BOND_IFACES="eth0 eth1" 
OVS_OPTIONS="bond_mode=balance-slb" 
HOTPLUG=no 

ifcfg-eth0 
---------- 
DEVICE=eth0 
ONBOOT=yes 
BOOTPROTO=static 
STP=off 
NM_CONTROLLED=no 
HOTPLUG=no 

ifcfg-eth1 
---------- 
DEVICE=eth0 
ONBOOT=yes 
BOOTPROTO=static 
STP=off 
NM_CONTROLLED=no 
HOTPLUG=no 

When I restarted the network services I was unable to each the host. This is 
how OVS looked. 

ovs-vsctl show 
b8338a47-9e96-44a3-b75b-bfaf45ffd8aa 
Bridge "ovsbr0" 
Port "ovsbr0" 
Interface "ovsbr0" 
type: internal 
Port "bond0" 
Interface "eth0" 
Interface "eth1" 
ovs_version: "1.11.0" 

What have I done wrong with the configuration please ? 
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to