cinder/releasenotes
Mohammed Naser 29d2090aef Add throughput limits that scale per-GB
This allows new values in QoS specs:
 - read_bytes_sec_per_gb
 - write_bytes_sec_per_gb
 - total_bytes_sec_per_gb

The bytes value specifed in the QoS spec is multiplied
by the size of the volume in initialize_connection,
and the result is passed along like a standard <x>_bytes_sec
QoS value.

Change-Id: Iafc22d37c4c50515d9f6cf1144ea25847c90f75d
2018-02-18 13:32:38 -05:00
..
2018-02-15 07:25:15 +00:00
2017-07-25 14:24:18 -07:00

Release notes

The release notes for a patch should be included in the patch. The intended audience for release notes include deployers, administrators and end-users.

A release note is required if the patch has upgrade or API impact. It is also required if the patch adds a feature or fixes a long-standing or security bug.

Please see https://docs.openstack.org/cinder/latest/contributor/releasenotes.html for more details.