In the GUI I created an OVSBond named bond1 of interfaces eth1 and eth3 and then created an OVSBridge named vmbr1. However after rebooting, if I do an ifconfig there is no bond1 interface or vmbr1. Here is the relevant section of the interfaces file.
The switch ports that these interfaces plugs into show that they are DOWN (no link). In the GUI
bond1 shows Active=No and Autostart=no (there is no option for Autostart to be checked).
vmbr1 shows Active=No and Autostart=Yes
These devices were working when setup as a regular linux bond.
It is almost like the GUI config is not making it into the OVS config. I am running PVE 3.1-1/ao6c9f73 which is the free version with updates run.
Does anyone have any idea what could be wrong with our setup?
Thanks,
Eric
Code:
iface eth1 inet manual
iface eth3 inet manual
allow-vmbr1 bond1
iface bond1 inet manual
ovs_bonds eth1 eth3
ovs_type OVSBond
ovs_bridge vmbr1
ovs_options lacp=active lacp-time=fast bond_mode=balance-tcp
auto vmbr1
iface vmbr1 inet manual
ovs_type OVSBridge
ovs_ports bond1
The switch ports that these interfaces plugs into show that they are DOWN (no link). In the GUI
bond1 shows Active=No and Autostart=no (there is no option for Autostart to be checked).
vmbr1 shows Active=No and Autostart=Yes
These devices were working when setup as a regular linux bond.
Code:
#ovs-vsctl show
96d93704-76d6-4bcd-8ea9-7837b208f681
ovs_version: "1.4.2"
#ovs-appctl bond/show bond1
no such bond
ovs-appctl: ovs-vswitchd: server returned reply code 501
It is almost like the GUI config is not making it into the OVS config. I am running PVE 3.1-1/ao6c9f73 which is the free version with updates run.
Does anyone have any idea what could be wrong with our setup?
Thanks,
Eric