提交 86272449 编写于 作者: S Sukadev Bhattiprolu 提交者: Daniel Veillard

Update documentation for CPU quota/period support for LXC

Following commit added suport the CPU quota/period to the LXC driver.
Update the documentation to reflect that.

	commit d9724a81
	Author: Daniel P. Berrange <berrange@redhat.com>
	Date:   Thu Nov 10 12:16:26 2011 +0000

	Add support for CPU quota/period to LXC driver
Signed-off-by: NSukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
上级 be023c08
...@@ -426,8 +426,9 @@ ...@@ -426,8 +426,9 @@
interval(unit: microseconds). Within <code>period</code>, each vcpu of interval(unit: microseconds). Within <code>period</code>, each vcpu of
the domain will not be allowed to consume more than <code>quota</code> the domain will not be allowed to consume more than <code>quota</code>
worth of runtime. The value should be in range [1000, 1000000]. A period worth of runtime. The value should be in range [1000, 1000000]. A period
with value 0 means no value. (NB: Only qemu driver support) with value 0 means no value.
<span class="since">Since 0.9.4</span> <span class="since">Only QEMU driver support since 0.9.4, LXC since
0.9.10</span>
</dd> </dd>
<dt><code>quota</code></dt> <dt><code>quota</code></dt>
<dd> <dd>
...@@ -437,8 +438,9 @@ ...@@ -437,8 +438,9 @@
means that it is not bandwidth controlled. The value should be in range 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 [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 value. You can use this feature to ensure that all vcpus run at the same
speed. (NB: Only qemu driver support) speed.
<span class="since">Since 0.9.4</span> <span class="since">Only QEMU driver support since 0.9.4, LXC since
0.9.10</span>
</dd> </dd>
</dl> </dl>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册