We have a cluster of proxmox servers (pve-manager/7.3-3)
Ocassionaly one of the servers freezes and restarts with this message in syslog:
kernel: i40e 0000:60:00.1: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF
it repeates itself a lot of times then reboots,
how can i solve this issue and make sure it is solved?
i read other threads that suggest to do something like that:
ethtool -K enp33s0f0 rx-vlan-filter off
and
iface <interface> inet manual
pre-up /usr/sbin/ethtool -K <interface> rx-vlan-filter off
can it really be the solution?
We have live machines with vlans in use on the hosts ( around 80-100 vms)
The worst thing in this situation is that we move vms from one host that it happened in to another host and the vm looses it's connectivity entirely
untill we stop the vm remove the NIC and start the VM again (or move it back to the crashed host).
Thanks.
Ocassionaly one of the servers freezes and restarts with this message in syslog:
kernel: i40e 0000:60:00.1: Error I40E_AQ_RC_ENOSPC, forcing overflow promiscuous on PF
it repeates itself a lot of times then reboots,
how can i solve this issue and make sure it is solved?
i read other threads that suggest to do something like that:
ethtool -K enp33s0f0 rx-vlan-filter off
and
iface <interface> inet manual
pre-up /usr/sbin/ethtool -K <interface> rx-vlan-filter off
can it really be the solution?
We have live machines with vlans in use on the hosts ( around 80-100 vms)
The worst thing in this situation is that we move vms from one host that it happened in to another host and the vm looses it's connectivity entirely
untill we stop the vm remove the NIC and start the VM again (or move it back to the crashed host).
Thanks.