Hello,
We did 5 nodes upgrade this weekend (one cluster), only one machine has this type of nic.
The nic firmware upgrade was done to the latest.
Device #1:
----------
Device Type: ConnectX4LX
Part Number: MCX4121A-ACA_Ax
Description: ConnectX-4 Lx EN network interface card; 25GbE dual-port SFP28; PCIe3.0 x8; ROHS R6
PSID: MT_2420110034
PCI Device Name: 0000:01:00.0
Base MAC: 043f72d4563c
Versions: Current Available
FW 14.32.1010 14.32.1010
PXE 3.6.0502 3.6.0502
UEFI 14.25.0017 14.25.0017
Status: Up to date
We can see the ingress traffic with tcpdump (vmbr10 is a mgmt/corosync interface, 172.16.2.240 is host address)
tcpdump -nnpi vmbr10
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on vmbr10, link-type EN10MB (Ethernet), snapshot length 262144 bytes
01:35:29.869330 ARP, Request who-has 172.16.2.244 tell 172.16.2.240, length 28
01:35:29.869339 ARP, Request who-has 172.16.2.241 tell 172.16.2.240, length 28
The card is connected with DAC cables.
If I add ip address directly to the card not via bridge interface (ip addr delete ip dev vmbr10 / ip link set vmbr10 down / brctl delbr vmbr10 -> ip addr add to nic ) the IP communication vill recover, but proxmox processes cannot run in that case correctly (thats normal due the missing bridge interface).
Ifupdown2 is already installed, ifupdown is removed.
We tried to boot older kernel version like 5.4 but the situation is same.
Any suggestion ?
We did 5 nodes upgrade this weekend (one cluster), only one machine has this type of nic.
The nic firmware upgrade was done to the latest.
Device #1:
----------
Device Type: ConnectX4LX
Part Number: MCX4121A-ACA_Ax
Description: ConnectX-4 Lx EN network interface card; 25GbE dual-port SFP28; PCIe3.0 x8; ROHS R6
PSID: MT_2420110034
PCI Device Name: 0000:01:00.0
Base MAC: 043f72d4563c
Versions: Current Available
FW 14.32.1010 14.32.1010
PXE 3.6.0502 3.6.0502
UEFI 14.25.0017 14.25.0017
Status: Up to date
We can see the ingress traffic with tcpdump (vmbr10 is a mgmt/corosync interface, 172.16.2.240 is host address)
tcpdump -nnpi vmbr10
tcpdump: verbose output suppressed, use -v[v]... for full protocol decode
listening on vmbr10, link-type EN10MB (Ethernet), snapshot length 262144 bytes
01:35:29.869330 ARP, Request who-has 172.16.2.244 tell 172.16.2.240, length 28
01:35:29.869339 ARP, Request who-has 172.16.2.241 tell 172.16.2.240, length 28
The card is connected with DAC cables.
If I add ip address directly to the card not via bridge interface (ip addr delete ip dev vmbr10 / ip link set vmbr10 down / brctl delbr vmbr10 -> ip addr add to nic ) the IP communication vill recover, but proxmox processes cannot run in that case correctly (thats normal due the missing bridge interface).
Ifupdown2 is already installed, ifupdown is removed.
We tried to boot older kernel version like 5.4 but the situation is same.
Any suggestion ?