For information: https://pve.proxmox.com/pipermail/pve-devel/2018-August/033288.html fix will be available soon in testingrepo.
packages with that fix included are available on pvetest.
For information: https://pve.proxmox.com/pipermail/pve-devel/2018-August/033288.html fix will be available soon in testingrepo.
I see that fix is relating to ZFS specifically - not making use of ZFS here and seeing same results, on 2 nodes so far. Both 5.2 with kernel 4.15.18-1. Have rolled back to 4.15.10-1 as this was the last working version before I upgraded. Not sure how stable anything between is.For information: https://pve.proxmox.com/pipermail/pve-devel/2018-August/033288.html fix will be available soon in testingrepo.
I unfortunilty have to report that kernel 4.15.18-5-pve is also faulty and has the same issues. I have tested on two different nodes and the same kworker issue happens.
cat /proc/<pid>/stack
# Gets the perf output for the whole system
perf record -F 99 -a -g -- sleep 60
perf script > out.perf
# Capturing PID X (the kworker):
perf record -F 99 -p <pid> -g -- sleep 60
perf script > out.perf
root@node3:~# perf
/usr/bin/perf: line 13: exec: perf_4.15: not found
E: linux-perf-4.15 is not installed.