From 978a170ebb1c9424e6baede83295158fd5dc28d9 Mon Sep 17 00:00:00 2001 From: Lana Brindley Date: Thu, 3 Sep 2015 13:22:55 +1000 Subject: [PATCH] Added CPU shares parameters Two new cpu_shares parameters were added, this adds the content. Change-Id: I21887ff889ce2a02b572f910399dbe17806619bf Closes-Bug: 1362838 --- doc/admin-guide-cloud/source/compute-flavors.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/admin-guide-cloud/source/compute-flavors.rst b/doc/admin-guide-cloud/source/compute-flavors.rst index 576cd43a12..b41ce7b4e2 100644 --- a/doc/admin-guide-cloud/source/compute-flavors.rst +++ b/doc/admin-guide-cloud/source/compute-flavors.rst @@ -98,6 +98,10 @@ CPU limits a VM configured with value 2048 gets twice as much CPU time as a VM configured with value 1024. + - ``cpu_shares_level``. On VMWare, specifies the allocation level. Can + be ``custom``, ``high``, ``normal``, or ``low``. If you choose + ``custom``, set the number of shares using ``cpu_shares_share``. + - ``cpu_period``. Specifies the enforcement interval (unit: microseconds) for QEMU and LXC hypervisors. Within a period, each VCPU of the domain is not allowed to consume more than the quota