CPU Pinning For KVM and Guest VMs #9801
|
Hi Community, We are thinking if its possible for: Idea 1: CPU Pin specific cores of the Physical Server, for KVM Hypervisor purposes only.
Idea 2: CPU Pin specific vCPU to guest VMs
Has anyone achieved this before? How did you do it? |
Answered by
weizhouapache
Oct 17, 2024
Replies: 2 comments 2 replies
|
@btzq regarding 'Idea 1' have you tried extraconfig or agent hooks? We will need some testing to see if live migration could break. |
2 replies
|
You can try libvirt hooks which can change the VM xml definition before/after vm is started/stopped/migrated. |
0 replies
Answer selected by
DaanHoogland
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can try libvirt hooks which can change the VM xml definition before/after vm is started/stopped/migrated.