deployment: libvirt: give all-in-one config six cores
The all-in-one configuration has both controller and compute function on the controller nodes. More cores are required to run instances. Six cores allows 2 cores for instances. Partial-Bug: #1793214 Change-Id: I1f2da957eb25eba1c488f58a6e94a74202b02a6b Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com>
This commit is contained in:
parent
c7205a79b2
commit
ec295b37c8
@ -2,7 +2,7 @@
|
|||||||
<name>NAME</name>
|
<name>NAME</name>
|
||||||
<memory unit='MiB'>24576</memory>
|
<memory unit='MiB'>24576</memory>
|
||||||
<currentMemory unit='MiB'>24576</currentMemory>
|
<currentMemory unit='MiB'>24576</currentMemory>
|
||||||
<vcpu placement='static'>4</vcpu>
|
<vcpu placement='static'>6</vcpu>
|
||||||
<resource>
|
<resource>
|
||||||
<partition>/machine</partition>
|
<partition>/machine</partition>
|
||||||
</resource>
|
</resource>
|
||||||
@ -16,7 +16,7 @@
|
|||||||
</features>
|
</features>
|
||||||
<cpu match='exact'>
|
<cpu match='exact'>
|
||||||
<model fallback='forbid'>Nehalem</model>
|
<model fallback='forbid'>Nehalem</model>
|
||||||
<topology sockets='1' cores='4' threads='1'/>
|
<topology sockets='1' cores='6' threads='1'/>
|
||||||
<feature policy='require' name='vmx'/>
|
<feature policy='require' name='vmx'/>
|
||||||
<feature policy='optional' name='svm'/>
|
<feature policy='optional' name='svm'/>
|
||||||
</cpu>
|
</cpu>
|
||||||
|
Loading…
Reference in New Issue
Block a user