Hi,
We are facing an issue with Openvswitch 2.0.0 package built from source
code for Ubuntu 13.04.
We have patched the openvswitch init script to invoke another script, that
creates two OVS bridges during openvswitch start.
The problem is that out of some 1000 runs, the following issue is hit in
around 5 runs.
The bridges are getting created in the OVSDB. But the physical bridge is
not created.
root@compute-node2:~# ovs-ofctl show br-int
ovs-ofctl: br-int is not a bridge or a socket
root@compute-node2:~# ovs-ofctl show br-tun
ovs-ofctl: br-tun is not a bridge or a socket
=======================================
root@compute-node2:~# lsmod | grep openvswitch
openvswitch 81375 0
gre 12989 1 openvswitch
libcrc32c 12615 1 openvswitch
=====================================
root@compute-node2:~# ovs-vsctl --db tcp:127.0.0.1:6622 show
b5ecb82d-702b-42f7-ab84-0cb9feadb02c
Bridge br-int
Controller "tcp:192.168.101.166:6633"
fail_mode: secure
Port patch_br-int
Interface patch_br-int
type: patch
options: {peer=patch_br-tun}
Port br-int
Interface br-int
type: internal
Bridge br-tun
Controller "tcp:192.168.101.166:6633"
Controller "ptcp:6644"
fail_mode: secure
Port patch_br-tun
Interface patch_br-tun
type: patch
options: {peer=patch_br-int}
Port br-tun
Interface br-tun
type: internal
Port "tun-192.168.101.165"
Interface "tun-192.168.101.165"
type: vxlan
options: {key=flow, remote_ip=flow}
ovs_version: "2.0.0"
Is this a known issue in openvswitch ? Could this be caused because
sometimes this bridge creation gets invoked before the kernel module is
properly loaded and initialised ?
Any inputs is appreciated.
Regards,
Magesh
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss