mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
Allow specification of cpuset (#923)
Allows the pinning of vcpus to physical cpus.
This commit is contained in:
@@ -76,6 +76,7 @@ describe 'templates/domain' do
|
||||
|
||||
domain.qemuargs(value: '-device')
|
||||
domain.qemuargs(value: 'dummy-device')
|
||||
domain.cpuset = '1-4,^3,6'
|
||||
end
|
||||
let(:test_file) { 'domain_all_settings.xml' }
|
||||
it 'renders template' do
|
||||
|
||||
Reference in New Issue
Block a user