We are looking to enable hotplug for the CPU for KVM guests. I've seen that it's only possible with vCPU and not Sockets nor Cores.
Assuming the host has 32 cores, would it be best practice to set
Sockets: 2
Cores: 16
and set the vCPU to 6 or according to the guest CPU need.
If I understand correctly the host should spread the load of the guest on all the CPU of the host but limit it to 6 CPU usage ? Is there another way I should approach this ?
Thanks
Assuming the host has 32 cores, would it be best practice to set
Sockets: 2
Cores: 16
and set the vCPU to 6 or according to the guest CPU need.
If I understand correctly the host should spread the load of the guest on all the CPU of the host but limit it to 6 CPU usage ? Is there another way I should approach this ?
Thanks