Hi
I have setup PVE cluster with 3 nodes.
They are interconnected via DAC cable with 2port 10Gbit NIC in each node.
I have setup OVS Bridge with RSTP to block loop in connection.
the onboard NIC 1Gbit is used for Internet connectivty.
I have also setup Ceph Public network is vmbr1 (OVS Bridge on 10Gbit NIC) and cluster network which is the same as my PVE Cluster.
But now most of the traffic is going over 1gbit NIC.
I was hoping to add VLAN on OVS bridge but when I add VLAN to OVS I cannot ping other nodes..
Here is my /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp5s0 inet manual
auto enp3s0f0
iface enp3s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
ovs_mtu 9000
auto enp3s0f1
iface enp3s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
ovs_mtu 9000
auto vlan500
iface vlan500 inet static
address 10.10.20.1/24
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=500
auto vmbr0
iface vmbr0 inet static
address 192.168.101.7/24
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
auto vmbr0.50
iface vmbr0.50 inet static
address 192.168.50.11/24
gateway 192.168.50.1
#Management
auto vmbr1
iface vmbr1 inet static
address 10.10.10.1/24
ovs_type OVSBridge
ovs_ports enp3s0f0 enp3s0f1 vlan500
ovs_mtu 9000
ovs_options rstp_enable=true
I have setup PVE cluster with 3 nodes.
They are interconnected via DAC cable with 2port 10Gbit NIC in each node.
I have setup OVS Bridge with RSTP to block loop in connection.
the onboard NIC 1Gbit is used for Internet connectivty.
I have also setup Ceph Public network is vmbr1 (OVS Bridge on 10Gbit NIC) and cluster network which is the same as my PVE Cluster.
But now most of the traffic is going over 1gbit NIC.
I was hoping to add VLAN on OVS bridge but when I add VLAN to OVS I cannot ping other nodes..
Here is my /etc/network/interfaces
auto lo
iface lo inet loopback
iface enp5s0 inet manual
auto enp3s0f0
iface enp3s0f0 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
ovs_mtu 9000
auto enp3s0f1
iface enp3s0f1 inet manual
ovs_type OVSPort
ovs_bridge vmbr1
ovs_mtu 9000
auto vlan500
iface vlan500 inet static
address 10.10.20.1/24
ovs_type OVSIntPort
ovs_bridge vmbr1
ovs_mtu 9000
ovs_options tag=500
auto vmbr0
iface vmbr0 inet static
address 192.168.101.7/24
bridge-ports enp5s0
bridge-stp off
bridge-fd 0
auto vmbr0.50
iface vmbr0.50 inet static
address 192.168.50.11/24
gateway 192.168.50.1
#Management
auto vmbr1
iface vmbr1 inet static
address 10.10.10.1/24
ovs_type OVSBridge
ovs_ports enp3s0f0 enp3s0f1 vlan500
ovs_mtu 9000
ovs_options rstp_enable=true