Hello everyone,
I am struggling with a PVE5 cluster that won't came up. I suspect to be a multicast issue, or missconfiguration. The servers are configured with bonding/lacp , and i was wondering that this can cause the problem - multicast not being passed. Below, the interface configuration of on of the servers:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto bond0
iface bond0 inet manual
slaves eno1 eno2
bond_miimon 100
bond_mode 802.3ad
bond miimon 100
auto vmbr0
iface vmbr0 inet static
address 10.32.129.68
netmask 255.255.255.240
gateway 10.32.129.65
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
Is there something wrong with this configuration ? Quorum is not met, each node is only "seeing" itself, although the quorum needs to go up to 4 nodes now.
Thank you very much !
I am struggling with a PVE5 cluster that won't came up. I suspect to be a multicast issue, or missconfiguration. The servers are configured with bonding/lacp , and i was wondering that this can cause the problem - multicast not being passed. Below, the interface configuration of on of the servers:
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto bond0
iface bond0 inet manual
slaves eno1 eno2
bond_miimon 100
bond_mode 802.3ad
bond miimon 100
auto vmbr0
iface vmbr0 inet static
address 10.32.129.68
netmask 255.255.255.240
gateway 10.32.129.65
bridge_ports bond0
bridge_stp off
bridge_fd 0
bridge_vlan_aware yes
Is there something wrong with this configuration ? Quorum is not met, each node is only "seeing" itself, although the quorum needs to go up to 4 nodes now.
Thank you very much !