We have a script that runs to enforce the processor type for all VMs in the cluster, it sets it to be the lowest CPU type in the cluster to allow for live migrations. At the moment we have a couple of older Skylake servers, but they are about to be repalced by newer Ice Lake servers. Our tests show that when we run:
This won't take effect until we've properly shutdown the VM, rebooting it as part of a normal update process will not process this change.
Is there a way of getting this CPU change to take effect without having to shutdown/start each of our VMs?
/usr/sbin/qm set 101 --cpu Icelake-Server-v3
This won't take effect until we've properly shutdown the VM, rebooting it as part of a normal update process will not process this change.
Is there a way of getting this CPU change to take effect without having to shutdown/start each of our VMs?