I am currently experiencing random kernel panics on Intel GVT vGPU VMs at random times. I've noticed that even though I get these kernel panics, the non-vGPU VMs that are running on the same host seem to be unaffected. I've set the following settings in my /etc/sysctl.conf
kernel.panic = 120
kernel.hung_task_panic = 1
Is there a way to force fencing such that the non-vGPU VMs get migrated before an automatic reboot of the host from a panic?
kernel.panic = 120
kernel.hung_task_panic = 1
Is there a way to force fencing such that the non-vGPU VMs get migrated before an automatic reboot of the host from a panic?