mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
conf: Add support for blkiotune group_name option
Modify _virDomainBlockIoTuneInfo and rng schema to support the group_name option for iotune throttling. Document the new value. Signed-off-by: John Ferlan <jferlan@redhat.com>
This commit is contained in:
@@ -2622,6 +2622,17 @@
|
||||
<span class="since">Throughput limits since 1.2.11 and QEMU 1.7</span>
|
||||
</p>
|
||||
</dd>
|
||||
<dt><code>group_name</code></dt>
|
||||
<dd>The optional <code>group_name</code> provides the cability
|
||||
to share I/O throttling quota between multiple drives. This
|
||||
prevents end-users from circumventing a hosting provider's
|
||||
throttling policy by splitting 1 large drive in N small drives
|
||||
and getting N times the normal throttling quota. Any name may
|
||||
be used.
|
||||
<p>
|
||||
<span class="since">group_name since 3.0.0 and QEMU 2.4</span>
|
||||
</p>
|
||||
</dd>
|
||||
<dt><code>total_bytes_sec_max_length</code></dt>
|
||||
<dd>The optional <code>total_bytes_sec_max_length</code>
|
||||
element is the maximum duration in seconds for the
|
||||
|
||||
@@ -4997,6 +4997,11 @@
|
||||
<data type="unsignedLong"/>
|
||||
</element>
|
||||
</optional>
|
||||
<optional>
|
||||
<element name="group_name">
|
||||
<text/>
|
||||
</element>
|
||||
</optional>
|
||||
<choice>
|
||||
<element name="total_bytes_sec_max_length">
|
||||
<data type="unsignedLong"/>
|
||||
|
||||
Reference in New Issue
Block a user