That's for sure the issue, hopefully that'll get fixed in the driver at some point, so whole computer doesn't start to lockup when there's no ethernet plugged in. It may already be fixed in a later kernel, but since it'll be in use 99% of the...
Many hours of trial and error, I think I found the issue. Powertop was putting the i226 card in to a different power control mode to allow better power saving, but clearly when nothing is connected to the i226, the driver locks up. So I've now...
Example kernel reported hangs
Oct 17 23:06:07 pve-1 kernel: INFO: task kworker/11:1:201 blocked for more than 122 seconds.
Oct 17 23:06:07 pve-1 kernel: Tainted: P O 6.8.12-15-pve #1
Oct 17 23:06:07 pve-1 kernel: "echo 0 >...
I also did some strace's to hopefully hope show where the issue happens.
strace of `ping google.com`
strace ping google.com
execve("/usr/bin/ping", ["ping", "google.com"], 0x7ffdeff82248 /* 17 vars */) = 0
brk(NULL)...
I have a 2 node proxmox cluster running version 8.4.14, with a Raspberry Pi acting a as a qdevice for quorum. Kernel 6.8.12-15-pve
I've taken pve-2 out of the datacentre to do some hardware work on it, and pve-1 had all the VMs running on it...
When I bulk migrate VMs from host to host, I always set Parallel Jobs to 1, due to only having 2.5gbit networking for the migration network.
Sometimes I will catch Proxmox scheduling two migration jobs at once from the master bulk task. I think...