[ovs-discuss] OVS 2.3.2 failed to start after host reboot

Aihua Li aihuaedwardli at yahoo.com
Sun May 22 20:11:11 UTC 2016


What Did you do to make it happen:   
   - Built ovs debian package using tag v2.3.2, 
   - installed the debian packages, on ubuntun 12.04.5,  
   - added bridge br0 with physical interface eth0
   - ovs-vsctl add-br br0
   - ovs-vsctl add-port br0 eth0
   - host connectivity is fine until reboot.
   - after rebooting system, connectivity is totally lost. 
   - bridge br0 is not up.
   - workaround is to manually bring br0 up: ifup -a
What you expected to happen.   
   - ovs should bring bridge br0 up on reboot
What actually happened:   
   - ovs failed to bring up br0
Please also include the following information:   
   - The Open vSwitch version number:  ovs-vswitchd (Open vSwitch) 2.3.2-1
   - The Git commit number: b54186d797e0d4819e977bc75ae16b4ddd0e8cd,  tag v2.3.2
   - Any local patches or changes you have applied: none
A fix or workaround, if you have one.
   
   - apply the reverse of this git fixes the issue.
   - git revert 8091d037e54fe58ddfdd67cdfd7d93f4689f02dc
Any other information that you think might be relevant.
   
   - ifquery does not work on ubuntu 12.40.
   - "ifquery --allow ovs --list" produces empty.   

   - /etc/network/interfaces file is as follows:

------------------------# The loopback network interfaceauto loiface lo inet loopback
allow-ovs br0allow-br0 eth0
iface br0 inet static     address 10.244.248.40     broadcast 10.244.248.127     dns-nameservers 10.184.242.100 10.185.242.100     dns-search paypal.com     gateway 10.244.248.1     netmask 255.255.255.128     ovs_extra set bridge ${IFACE} external-ids:bridge-id=${IFACE} -- set bridge ${IFACE} fail_mode=standalone     ovs_ports eth0     ovs_type OVSBridge
iface eth0 inet manual     down ifconfig $IFACE down     ovs_bridge br0     ovs_type OVSPort     up ifconfig $IFACE 0.0.0.0 up     up ip route add default via 10.244.248.1 dev br0------------------------
 == Aihua Edward Li ==
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20160522/0babb6b8/attachment-0002.html>


More information about the discuss mailing list