From d0264372fee4fde1fe07852a5835d739ee4c9f9b Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Tue, 15 Mar 2016 11:41:21 -0400 Subject: [PATCH] Fix vmware quota extra specs reno formatting The bullets shows up as separate features when looking at all release notes together, which is confusing. We should document these as sub-bullets under a common block of text for the overall feature. Change-Id: Id37ea28590a1218e574b415c404dc29fbd577aee --- .../notes/vmware_limits-16edee7a9ad023bc.yaml | 80 ++++++++++--------- 1 file changed, 42 insertions(+), 38 deletions(-) diff --git a/releasenotes/notes/vmware_limits-16edee7a9ad023bc.yaml b/releasenotes/notes/vmware_limits-16edee7a9ad023bc.yaml index c88eb16622..b909e0fd50 100644 --- a/releasenotes/notes/vmware_limits-16edee7a9ad023bc.yaml +++ b/releasenotes/notes/vmware_limits-16edee7a9ad023bc.yaml @@ -1,40 +1,44 @@ --- features: - - quota:cpu_limit - (VMware only) The cpu of a virtual machine will not - exceed this limit, even if there are available resources. This is - typically used to ensure a consistent performance of virtual machines - independent of available resources. Units are MHz. - - quota:cpu_reservation - (VMware only) guaranteed minimum reservation (MHz) - - quota:cpu_shares_level - (VMware only) the allocation level. This can be - 'custom', 'high', 'normal' or 'low'. - - quota:cpu_shares_share - (VMware only) in the event that 'custom' is used, - this is the number of shares. - - quota:memory_limit - (VMware only) The memory utilization of a virtual - machine will not exceed this limit, even if there are available resources. - This is typically used to ensure a consistent performance of virtual machines - independent of available resources. Units are MB. - - quota:memory_reservation - (VMware only) guaranteed minimum reservation (MB) - - quota:memory_shares_level - (VMware only) the allocation level. This can be - 'custom', 'high', 'normal' or 'low'. - - quota:memory_shares_share - (VMware only) in the event that 'custom' is used, - this is the number of shares. - - quota:disk_io_limit - (VMware only) The I/O utilization of a virtual machine - will not exceed this limit. The unit is number of I/O per second. - - quota:disk_io_reservation - (VMware only) Reservation control is used to - provide guaranteed allocation in terms of IOPS - - quota:disk_io_shares_level - (VMware only) the allocation level. This can be - 'custom', 'high', 'normal' or 'low'. - - quota:disk_io_shares_share - (VMware only) in the event that 'custom' is used, - this is the number of shares. - - quota:vif_limit - (VMware only) The bandwidth limit for the virtual network - adapter. The utilization of the virtual network adapter will not exceed this - limit, even if there are available resources. Units in Mbits/sec. - - quota:vif_reservation - (VMware only) Amount of network bandwidth that is - guaranteed to the virtual network adapter. If utilization is less than - reservation, the resource can be used by other virtual network adapters. - Reservation is not allowed to exceed the value of limit if limit is set. - Units in Mbits/sec. - - quota:vif_shares_level - (VMware only) the allocation level. This can be - 'custom', 'high', 'normal' or 'low'. - - quota:vif_shares_share - (VMware only) in the event that 'custom' is used, - this is the number of shares. + - | + For the VMware driver, the flavor extra specs for quotas has been extended + to support: + + - quota:cpu_limit - The cpu of a virtual machine will not + exceed this limit, even if there are available resources. This is + typically used to ensure a consistent performance of virtual machines + independent of available resources. Units are MHz. + - quota:cpu_reservation - guaranteed minimum reservation (MHz) + - quota:cpu_shares_level - the allocation level. This can be + 'custom', 'high', 'normal' or 'low'. + - quota:cpu_shares_share - in the event that 'custom' is used, + this is the number of shares. + - quota:memory_limit - The memory utilization of a virtual + machine will not exceed this limit, even if there are available + resources. This is typically used to ensure a consistent performance of + virtual machines independent of available resources. Units are MB. + - quota:memory_reservation - guaranteed minimum reservation (MB) + - quota:memory_shares_level - the allocation level. This can be + 'custom', 'high', 'normal' or 'low'. + - quota:memory_shares_share - in the event that 'custom' is used, + this is the number of shares. + - quota:disk_io_limit - The I/O utilization of a virtual machine + will not exceed this limit. The unit is number of I/O per second. + - quota:disk_io_reservation - Reservation control is used to + provide guaranteed allocation in terms of IOPS + - quota:disk_io_shares_level - the allocation level. This can be + 'custom', 'high', 'normal' or 'low'. + - quota:disk_io_shares_share - in the event that 'custom' is used, + this is the number of shares. + - quota:vif_limit - The bandwidth limit for the virtual network + adapter. The utilization of the virtual network adapter will not exceed + this limit, even if there are available resources. Units in Mbits/sec. + - quota:vif_reservation - Amount of network bandwidth that is + guaranteed to the virtual network adapter. If utilization is less than + reservation, the resource can be used by other virtual network adapters. + Reservation is not allowed to exceed the value of limit if limit is set. + Units in Mbits/sec. + - quota:vif_shares_level - the allocation level. This can be + 'custom', 'high', 'normal' or 'low'. + - quota:vif_shares_share - in the event that 'custom' is used, + this is the number of shares.