I'm testing rollout of proxmox 7 to 8 and have upgraded one of the nodes in a cluster.
When connecting to an NFS share it connects using the corosync NIC instead of the primary NIC when it previously used the primary.
This is the network config file:
It used to connect from 10.0.2.17 as was required, it now connects from 10.0.4.17 which is wrong as that NIC and switch are for corosync only data. All the other nodes are configured in the same way and all 7 other ones which are on version 7.4-16 work correctly.
Very strange....
When connecting to an NFS share it connects using the corosync NIC instead of the primary NIC when it previously used the primary.
This is the network config file:
cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno3 inet manual
iface eno4 inet manual
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
auto vmbr0.12
iface vmbr0.12 inet static
address 10.0.2.17/24
gateway 10.0.2.1
auto vmbr1
iface vmbr1 inet static
address 10.0.3.17/24
gateway 10.0.3.1
bridge-ports eno2
bridge-stp off
bridge-fd 0
auto vmbr2
iface vmbr2 inet static
address 10.0.4.17/24
gateway 10.0.4.1
bridge-ports eno3
bridge-stp off
bridge-fd 0
auto vmbr3
iface vmbr3 inet manual
bridge-ports eno4
bridge-stp off
bridge-fd 0
It used to connect from 10.0.2.17 as was required, it now connects from 10.0.4.17 which is wrong as that NIC and switch are for corosync only data. All the other nodes are configured in the same way and all 7 other ones which are on version 7.4-16 work correctly.
Very strange....