From 3854e732781baa333db26725d2ff2113951043e7 Mon Sep 17 00:00:00 2001 From: Katerina Koukiou Date: Wed, 18 Jul 2018 11:34:12 +0200 Subject: [PATCH] docs: formatdomain: clarify period cputune subelement Although the name of the element is not self-explanatory, it's affecting only the vcpu threads. Signed-off-by: Katerina Koukiou Reviewed-by: Erik Skultety --- docs/formatdomain.html.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/formatdomain.html.in b/docs/formatdomain.html.in index edb2820560..b00971a945 100644 --- a/docs/formatdomain.html.in +++ b/docs/formatdomain.html.in @@ -831,11 +831,11 @@
The optional quota element specifies the maximum allowed bandwidth(unit: microseconds). A domain with quota as any - negative value indicates that the domain has infinite bandwidth, which - means that it is not bandwidth controlled. The value should be in range - [1000, 18446744073709551] or less than 0. A quota with value 0 means no - value. You can use this feature to ensure that all vcpus run at the same - speed. + negative value indicates that the domain has infinite bandwidth for + vCPU threads, which means that it is not bandwidth controlled. The value + should be in range [1000, 18446744073709551] or less than 0. A quota + with value 0 means no value. You can use this feature to ensure that all + vcpus run at the same speed. Only QEMU driver support since 0.9.4, LXC since 0.9.10
-- 2.39.5