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? |
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
-
You can try libvirt hooks which can change the VM xml definition before/after vm is started/stopped/migrated. |
Beta Was this translation helpful? Give feedback.
You can try libvirt hooks which can change the VM xml definition before/after vm is started/stopped/migrated.