Allow specification of domain shares (#925)

Weighted priority of the domain relative to others on the host.
This commit is contained in:
Quinten Johnson
2020-05-10 05:24:06 -05:00
committed by GitHub
parent d9c5f63410
commit 618c8b251d
6 changed files with 17 additions and 0 deletions

View File

@@ -76,6 +76,7 @@ describe 'templates/domain' do
domain.qemuargs(value: '-device')
domain.qemuargs(value: 'dummy-device')
domain.shares = '1024'
domain.cpuset = '1-4,^3,6'
domain.nodeset = '1-4,^3,6'
end