mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 21:55:25 +00:00
docs: fix 'omitted' typo in <cputune> doc
'omitted' was mispelt 'commited' twice. One of the sentences with the typo was also missing an 'is' ('each VCPU *is* pinned to all...') which I added in this commit while I was at it.
This commit is contained in:
parent
3e0513afd0
commit
684f3ebb6d
@ -402,8 +402,8 @@
|
|||||||
<dt><code>vcpupin</code></dt>
|
<dt><code>vcpupin</code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
The optional <code>vcpupin</code> element specifies which of host
|
The optional <code>vcpupin</code> element specifies which of host
|
||||||
physical CPUS the domain VCPU will be pinned to. If this is ommited,
|
physical CPUS the domain VCPU will be pinned to. If this is omitted,
|
||||||
each VCPU pinned to all the physical CPUS by default. It contains two
|
each VCPU is pinned to all the physical CPUS by default. It contains two
|
||||||
required attributes, the attribute <code>vcpu</code> specifies vcpu id,
|
required attributes, the attribute <code>vcpu</code> specifies vcpu id,
|
||||||
and the attribute <code>cpuset</code> is same as
|
and the attribute <code>cpuset</code> is same as
|
||||||
attribute <code>cpuset</code>
|
attribute <code>cpuset</code>
|
||||||
@ -413,7 +413,7 @@
|
|||||||
<dt><code>shares</code></dt>
|
<dt><code>shares</code></dt>
|
||||||
<dd>
|
<dd>
|
||||||
The optional <code>shares</code> element specifies the proportional
|
The optional <code>shares</code> element specifies the proportional
|
||||||
weighted share for the domain. If this is ommited, it defaults to
|
weighted share for the domain. If this is omitted, it defaults to
|
||||||
the OS provided defaults. NB, There is no unit for the value,
|
the OS provided defaults. NB, There is no unit for the value,
|
||||||
it's a relative measure based on the setting of other VM,
|
it's a relative measure based on the setting of other VM,
|
||||||
e.g. A VM configured with value
|
e.g. A VM configured with value
|
||||||
|
Loading…
Reference in New Issue
Block a user