Hi,
today, 2020-08-04, after the kernel upgrade, from initrd.img-5.4.41-1-pve to initrd.img-5.4.44-2-pve, and a reboot,
all NIC of the "DMI: Supermicro Super Server/X11SPM-F, BIOS 3.2 10/18/2019 " are down.
There are two RJ45 1Gbit/s NICs (and not one 10 GBit NIC).
As in this thread: https://forum.proxmox.com/threads/error-i40e_aq_rc_enospc-forcing-overflow-promiscuous-on-pf.62875/
I get the Errors in the syslog:
The Network driver i40e is version 2.8.20:
(The newest Intel driver is version i40e-2.12.6/ from here: https://downloadcenter.intel.com/do...twork-Connections-Under-Linux-?product=139349 I did not install it until now)
After a login with the IPMI an a network restart via
the network Interfaces are up with an IP-Address and working.
Is this a Bug?
Or is it needed to install the newest Intel driver?
regards,
maxprox
the simple network setup:
today, 2020-08-04, after the kernel upgrade, from initrd.img-5.4.41-1-pve to initrd.img-5.4.44-2-pve, and a reboot,
all NIC of the "DMI: Supermicro Super Server/X11SPM-F, BIOS 3.2 10/18/2019 " are down.
There are two RJ45 1Gbit/s NICs (and not one 10 GBit NIC).
As in this thread: https://forum.proxmox.com/threads/error-i40e_aq_rc_enospc-forcing-overflow-promiscuous-on-pf.62875/
I get the Errors in the syslog:
Code:
...
Aug 4 08:52:08 fcpro kernel: [ 369.378911] i40e 0000:b5:00.3: Error I40E_AQ_RC_ENOSPC adding RX filters on PF, promiscuous mode forced on
Aug 4 08:52:08 fcpro kernel: [ 369.379532] i40e 0000:b5:00.3: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF
Aug 4 08:52:08 fcpro kernel: [ 369.379638] i40e 0000:b5:00.3: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF
Aug 4 08:52:08 fcpro kernel: [ 369.379794] i40e 0000:b5:00.3: Error I40E_AQ_RC_ENOSPC adding RX filters on PF, promiscuous mode forced on
Aug 4 08:52:08 fcpro kernel: [ 369.380390] i40e 0000:b5:00.3: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF
Aug 4 08:52:08 fcpro kernel: [ 369.380496] i40e 0000:b5:00.3: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF
...
Code:
# modinfo i40e
filename: /lib/modules/5.4.44-2-pve/kernel/drivers/net/ethernet/intel/i40e/i40e.ko
version: 2.8.20-k
(The newest Intel driver is version i40e-2.12.6/ from here: https://downloadcenter.intel.com/do...twork-Connections-Under-Linux-?product=139349 I did not install it until now)
After a login with the IPMI an a network restart via
Code:
systemctl restart networking.service
Is this a Bug?
Or is it needed to install the newest Intel driver?
regards,
maxprox
Code:
proxmox-ve: 6.2-1 (running kernel: 5.4.44-2-pve)
pve-manager: 6.2-10 (running version: 6.2-10/a20769ed)
pve-kernel-5.4: 6.2-4
pve-kernel-helper: 6.2-4
pve-kernel-5.4.44-2-pve: 5.4.44-2
pve-kernel-5.4.41-1-pve: 5.4.41-1
ceph-fuse: 12.2.11+dfsg1-2.1+b1
corosync: 3.0.4-pve1
criu: 3.11-3
glusterfs-client: 5.5-3
ifupdown2: 3.0.0-1+pve2
ksm-control-daemon: 1.3-1
libjs-extjs: 6.0.1-10
libknet1: 1.16-pve1
libproxmox-acme-perl: 1.0.4
libpve-access-control: 6.1-2
libpve-apiclient-perl: 3.0-3
libpve-common-perl: 6.1-5
libpve-guest-common-perl: 3.1-1
libpve-http-server-perl: 3.0-6
libpve-storage-perl: 6.2-5
libqb0: 1.0.5-1
libspice-server1: 0.14.2-4~pve6+1
lvm2: 2.03.02-pve4
lxc-pve: 4.0.2-1
lxcfs: 4.0.3-pve3
novnc-pve: 1.1.0-1
openvswitch-switch: 2.12.0-1
proxmox-mini-journalreader: 1.1-1
proxmox-widget-toolkit: 2.2-9
pve-cluster: 6.1-8
pve-container: 3.1-12
pve-docs: 6.2-5
pve-edk2-firmware: 2.20200531-1
pve-firewall: 4.1-2
pve-firmware: 3.1-1
pve-ha-manager: 3.0-9
pve-i18n: 2.1-3
pve-qemu-kvm: 5.0.0-11
pve-xtermjs: 4.3.0-1
pve-zsync: 2.0-3
qemu-server: 6.2-11
smartmontools: 7.1-pve2
spiceterm: 3.1-1
vncterm: 1.6-1
zfsutils-linux: 0.8.4-pve1
the simple network setup:
Code:
cat /etc/network/interfaces
auto lo
iface lo inet loopback
iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.88.100/24
gateway 192.168.88.20
bridge-ports eno1
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno2
bridge-stp off
bridge-fd 0
Last edited: