From ab2def20ffcd7303d49886262203d6771c3b33b2 Mon Sep 17 00:00:00 2001 From: Gui Jianfeng Date: Tue, 8 Feb 2011 15:02:15 +0800 Subject: [PATCH] cgroup: Add documentation for blkiotune elements. Add documentation for blkiotune elements. Signed-off-by: Gui Jianfeng --- docs/formatdomain.html.in | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index 43c78fc311..c543dab6ad 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -275,6 +275,9 @@ <memoryBacking> <hugepages/> </memoryBacking> + <blkiotune> + <weight>800</weight> + </blkiotune> <memtune> <hard_limit>1048576</hard_limit> <soft_limit>131072</soft_limit> @@ -298,10 +301,17 @@ hugepages element set within it. This tells the hypervisor that the guest should have its memory allocated using hugepages instead of the normal native page size. +
blkiotune
+
The optional blkiotune element provides the ability + to tune Blkio cgroup tunable parameters for the domain. If this is + omitted, it defaults to the OS provided defaults.
+
weight
+
The optional weight element is the I/O weight of the + guest. The value should be in range [100, 1000].
memtune
The optional memtune element provides details - regarding the memory tuneable parameters for the domain. If this is - omitted, it defaults to the OS provided defaults.
+ regarding the memory tunable parameters for the domain. If this is + omitted, it defaults to the OS provided defaults.
hard_limit
The optional hard_limit element is the maximum memory the guest can use. The units for this value are kilobytes (i.e. blocks