Hello PVE-Community,
I recently setup a three node cluster and I have this weird issue where the shutdown of a VM or CT changes the MTU of the bridge that is used for communication between VM/CTs and also for the cluster link. The MTU is changed to whatever is configured at the primary interface of the host (In this case the default 1500).
As the whole thing is running at Hetzner using their Vswitch feature it is mandatory to keep the MTU at 1400 or the whole node is not able to communicate on the VLAN which breaks the cluster. Here is the relevant config of one node, as long as I don't shutdown a VM/CT everything works flawlessly and if I reboot the corresponding host and thus resetting the MTU everything is fine again. I'd be glad for any help or even an explanation why Proxmox would have to touch the MTU of this bridge...
And here the config of a CT that triggers the MTU change:
I recently setup a three node cluster and I have this weird issue where the shutdown of a VM or CT changes the MTU of the bridge that is used for communication between VM/CTs and also for the cluster link. The MTU is changed to whatever is configured at the primary interface of the host (In this case the default 1500).
As the whole thing is running at Hetzner using their Vswitch feature it is mandatory to keep the MTU at 1400 or the whole node is not able to communicate on the VLAN which breaks the cluster. Here is the relevant config of one node, as long as I don't shutdown a VM/CT everything works flawlessly and if I reboot the corresponding host and thus resetting the MTU everything is fine again. I'd be glad for any help or even an explanation why Proxmox would have to touch the MTU of this bridge...
Code:
auto lo
iface lo inet loopback
auto enp98s0f0
iface enp98s0f0 inet static
address X.X.X.X
netmask 255.255.255.255
gateway X.X.X.Y
pointopoint X.X.X.Y
iface enp98s0f0.4000 inet manual
vlan_raw_device enp98s0f0
mtu 1400
auto vmbr0
iface vmbr0 inet static
bridge_ports enp98s0f0.4000
bridge_waitport 0
mtu 1400
address 10.10.23.4
netmask 255.255.255.0
And here the config of a CT that triggers the MTU change:
Code:
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 10.10.23.6
netmask 255.255.255.0
mtu 1400