UPgrade from 6.1 to 6.2 breaks OVS network

Aug 13, 2014
116
10
83
Johannesburg, South Africa
Hi,
I have a 3 server cluster with ceph storage, Im running Openvswitch with 3 Bonds,

Bond1 is for management
Bond2 is for Ceph public network
Bond3 is for Ceph cluster

after upgrading from 6.1 to 6.2 and reboot my network does not come back and I have constant messages in the cli so that I cannot make any changes,

libceph: connect (1) 10.255.20.52:6789 error -101
libceph: connect (1) 10.255.20.53:6789 error -101

how can I get the Openvswitch restored
 
Hey, I had a similar issue on my personal single node. I commented out from my interfaces config the "ovs-options" line and rebooted and networking was working fine after that.

example from my config:

Code:
auto vmbr0
iface vmbr0 inet manual
        ovs_type OVSBridge
        ovs_ports enp132s0f0 dmz lan docker
#       ovs_options vlan_mode=native-untagged