From: John Ferlan
Date: Sat, 1 Oct 2016 13:01:06 +0000 (-0400)
Subject: conf: Add support for blkiotune group_name option
X-Git-Tag: v3.0.0-rc1~397
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=32d99cb772df5e1a1d58c862a9fb83ccc2980316;p=thirdparty%2Flibvirt.git
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
---
diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in
index 6bd02ccdd5..2bcc6d714b 100644
--- a/docs/formatdomain.html.in
+++ b/docs/formatdomain.html.in
@@ -2622,6 +2622,17 @@
Throughput limits since 1.2.11 and QEMU 1.7
+
group_name
+
The optional group_name 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.
+