mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
docs: change the minimum weight description for blkio
Since 2.6.39, kernel changed the minimum weight of device blkio. Update related docs. Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com> Signed-off-by: Chen Hanxiao <chenhanxiao@cn.fujitsu.com>
This commit is contained in:
committed by
Daniel P. Berrange
parent
e06d23fd65
commit
b8b22d1969
@@ -772,7 +772,8 @@
|
||||
<dt><code>weight</code></dt>
|
||||
<dd> The optional <code>weight</code> element is the overall I/O
|
||||
weight of the guest. The value should be in the range [100,
|
||||
1000].</dd>
|
||||
1000]. After kernel 2.6.39, the value could be in the
|
||||
range [10, 1000].</dd>
|
||||
<dt><code>device</code></dt>
|
||||
<dd>The domain may have multiple <code>device</code> elements
|
||||
that further tune the weights for each host block device in
|
||||
@@ -789,7 +790,8 @@
|
||||
mandatory sub-elements, <code>path</code> describing the
|
||||
absolute path of the device, and <code>weight</code> giving
|
||||
the relative weight of that device, in the range [100,
|
||||
1000]. <span class="since">Since 0.9.8</span></dd>
|
||||
1000]. After kernel 2.6.39, the value could be in the
|
||||
range [10, 1000].<span class="since">Since 0.9.8</span></dd>
|
||||
</dl>
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user