]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Update documentation for CPU quota/period support for LXC
authorSukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
Wed, 15 Aug 2012 00:09:11 +0000 (17:09 -0700)
committerDaniel Veillard <veillard@redhat.com>
Wed, 15 Aug 2012 07:55:13 +0000 (15:55 +0800)
Following commit added suport the CPU quota/period to the LXC driver.
Update the documentation to reflect that.

commit d9724a81b3c53a40f45bf76067a976cce73ed278
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: Sukadev Bhattiprolu <sukadev@linux.vnet.ibm.com>
docs/formatdomain.html.in

index ec160bd2ad3423dfb48f4eecfe5a048780032837..fb25cb8383ca1be552763c8f23d4984559e8555a 100644 (file)
         interval(unit: microseconds). Within <code>period</code>, each vcpu of
         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
-        with value 0 means no value. (NB: Only qemu driver support)
-        <span class="since">Since 0.9.4</span>
+        with value 0 means no value.
+        <span class="since">Only QEMU driver support since 0.9.4, LXC since
+        0.9.10</span>
       </dd>
       <dt><code>quota</code></dt>
       <dd>
         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. (NB: Only qemu driver support)
-        <span class="since">Since 0.9.4</span>
+        speed.
+        <span class="since">Only QEMU driver support since 0.9.4, LXC since
+        0.9.10</span>
       </dd>
     </dl>