subuk / vmango

Your own personal IaaS cloud
https://vmango.org
MIT License
323 stars 55 forks source link

Vcpu pinning #51

Open subuk opened 4 years ago

subuk commented 4 years ago

Vcpu pinning is a tedious thing and should be automated.

New config option enable_vcpu_pinning which implies that all vcpus of all vms should be pinned to exactly one host cpu logical core. If option is enabled and vm has no pins configured, warning should be displayed. CPU pinning doesn't work without NUMA pinning.