Hello,
I have been having issues with my server's interrupt remapping in the past, related to Intel chipset errata (Intel 55x0 Chipset Errata - Interrupt Remapping Issue). I managed to fix the issues by adding following boot parameters to grub:
intremap=off pci=nomsi,noaer
I have confirmed via dmesg that the parameters are still passed to the kernel after latest kernel upgrade:
[ 0.000000] Linux version 4.4.44-1-pve (root@nora) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PVE 4.4.44-84 (Thu, 9 Mar 2017 12:06:34 +0100) ()
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.44-1-pve root=/dev/md2 ro rootdelay=15 quiet intremap=off pci=nomsi,noaer
The interrupt remapping issue caused one of my LXC containers to lose network connectivity with ssh daemon instances going <defuct>. Now after the kernel upgrade I saw this same issue today again, but could not see anything strange in system logs. Has those boot parameters changed since the earlier kernel version or is the new kernel missing a module or a compile time setting?
I have been having issues with my server's interrupt remapping in the past, related to Intel chipset errata (Intel 55x0 Chipset Errata - Interrupt Remapping Issue). I managed to fix the issues by adding following boot parameters to grub:
intremap=off pci=nomsi,noaer
I have confirmed via dmesg that the parameters are still passed to the kernel after latest kernel upgrade:
[ 0.000000] Linux version 4.4.44-1-pve (root@nora) (gcc version 4.9.2 (Debian 4.9.2-10) ) #1 SMP PVE 4.4.44-84 (Thu, 9 Mar 2017 12:06:34 +0100) ()
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.4.44-1-pve root=/dev/md2 ro rootdelay=15 quiet intremap=off pci=nomsi,noaer
The interrupt remapping issue caused one of my LXC containers to lose network connectivity with ssh daemon instances going <defuct>. Now after the kernel upgrade I saw this same issue today again, but could not see anything strange in system logs. Has those boot parameters changed since the earlier kernel version or is the new kernel missing a module or a compile time setting?