I am standing up a small 3-node cluster to potentially replace a much larger VMWare installation. I am trying to recreate the same network configuration as in vSphere so i have installed openvswitch for its advanced capabilities. Each host has two NICs, connected to independent switches. The switches are identically configured except for the iSCSI vlans which are unique to each switch. Management(untagged) and VM Network traffic(tagged variously) can use either switch for redundancy, however the iSCSI vlans must use specific NICs for iSCSI traffic.
Can someone help me get the right OVS configuration to get this going? My best results were bonding eno1,eno2, but half of the iSCSI traffic would drop.
Can someone help me get the right OVS configuration to get this going? My best results were bonding eno1,eno2, but half of the iSCSI traffic would drop.