Add general release note for 15.4.0

Also correct references to '15.3.1' (which will not exist) in
an earlier release note.

Change-Id: I2b27d39c3e19f4117e34b731c4bc4d72d2c3c181
This commit is contained in:
Brian Rosmaita 2020-09-23 22:36:40 -04:00
parent e62ac18085
commit 58f0e73797
2 changed files with 39 additions and 2 deletions

View File

@ -18,10 +18,10 @@ upgrade:
.. note::
If you are upgrading a Stein installation directly to this release
(cinder 15.3.1) or later, this notice does *not* apply to you.
(cinder 15.4.0) or later, this notice does *not* apply to you.
If all the above three items apply to you, as part of your upgrade
to cinder 15.3.1 you should re-run the online database migrations
to cinder 15.4.0 you should re-run the online database migrations
contained in this release. This will prepare your cinder database
for an eventual upgrade to the Ussuri release.

View File

@ -0,0 +1,37 @@
---
prelude: |
The Cinder project team would like to point out some issues addressed
by this release:
* The online data migrations for Train have been updated to address
an upgrade issue (`Bug #1893107
<https://bugs.launchpad.net/cinder/+bug/1893107>`_). The issue does
not manifest itself in the Train release of cinder, but under specific
circumstances it can prevent a cinder database upgrade from Train to
Ussuri. See the "Upgrade Notes" and "Bug Fixes" sections below for
more information.
* This release improves the handling of the ``__DEFAULT__`` volume-type
(see "Other Notes", below) and fixes `Bug #1879578
<https://bugs.launchpad.net/cinder/+bug/1879578>`_, in which the
default type was applied too aggressively (see the discussion of
this issue in "Bug Fixes", below).
* Operators affected by `OSSN-0086
<https://wiki.openstack.org/wiki/OSSN/OSSN-0086>`_ should note that
this release updates the os-brick library used by cinder to version
2.10.5 in order to address an issue associated with the previous
fixes for `Bug #1823200
<https://bugs.launchpad.net/cinder/+bug/1823200>`_.
upgrade:
- |
This release updates the os-brick library used by Cinder to version
2.10.5 to correct hopefully the final problem with the fix for
`Bug #1823200
<https://bugs.launchpad.net/cinder/+bug/1823200>`_ in the previous
os-brick release.
See the `os-brick 2.10.5 release notes
<https://docs.openstack.org/releasenotes/os-brick/train.html#relnotes-2-10-5-stable-train>`_
for more information.