ovirt-engine icon indicating copy to clipboard operation
ovirt-engine copied to clipboard

Resize and pin with suspended VM

Open ljelinkova opened this issue 2 years ago • 0 comments

When shutting down the suspended VM, the dynamic cpu pinning data were not cleared. This could make it impossible to run again as these data are supposed to be generated every time the VM is run.

When migrating or suspending/resuming a VM with Resize and Pin policy, the destination host's numa topology might be different (e.g more CPUs in the numa node). While the VM is able to run there, the CPU pinning might be different.

This patch re-generates the CPU pinning according to the numa pinning for VMs with Resize and Pin policy when the VM has already defined "current" CPU topology and "current" cpu pinning.

Bug-Url: https://bugzilla.redhat.com/2093948

ljelinkova avatar Oct 03 '22 11:10 ljelinkova