Normalize release note bug links

This updates the current series bugfix release notes to use the
recommended format we now suggest.

Change-Id: Ibc05e0e0ad6180f154cfff5bf903f57de2370185
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2020-08-14 07:38:30 -05:00
parent ef28bff90d
commit e049807837
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
15 changed files with 28 additions and 20 deletions

View File

@ -1,5 +1,6 @@
---
fixes:
- |
`Bug #1888550 <https://bugs.launchpad.net/cinder/+bug/1888550>`_:
Fix `UnboundLocalError` on the Brocade lookup driver on southbound client
creation failure during the device mapping retrieval (Bug #1888550).
creation failure during the device mapping retrieval.

View File

@ -1,5 +1,5 @@
---
fixes:
- |
`Bug #1888548 <https://bugs.launchpad.net/cinder/+bug/1888548>`_:
Add Python 3 support to the Brocade Zone Manager driver.
(bug #1888548).

View File

@ -1,6 +1,7 @@
---
fixes:
- |
`Bug #1866860 <https://bugs.launchpad.net/cinder/+bug/1866860>`_:
Fix `AttributeError` on the Brocade ZM driver when using setting REST_HTTP
or REST_HTTPS as the fc_southbound_protocol option and an exception is
raised by the client (Bug #1866860).
raised by the client.

View File

@ -1,7 +1,8 @@
---
fixes:
- |
`Bug #1828386 <https://bugs.launchpad.net/cinder/+bug/1828386>`_:
Fix the bug that a volume retyped from
other volume type to replicated or
multiattach type cannot be enabled replicated
or multiattach in rbd driver. (Bug #1828386)
another volume type to a replicated or
multiattach type cannot have replication
or multiattach enabled in rbd driver.

View File

@ -1,5 +1,5 @@
---
fixes:
- |
Fixed `bug #1859652 <https://bugs.launchpad.net/cinder/+bug/1859652>`_
to allow retyping an attached volume to SolidFire.
`Bug #1859652 <https://bugs.launchpad.net/cinder/+bug/1859652>`_:
Fix to allow retyping an attached volume to SolidFire.

View File

@ -1,6 +1,7 @@
---
fixes:
- |
`Bug #1869746 <https://bugs.launchpad.net/cinder/+bug/1869746>`_:
Cinder no longer allows an incremental backup to be
created while having the parent backup in another
project.

View File

@ -1,6 +1,7 @@
---
fixes:
- |
Fix bug `#1874134 <https://bugs.launchpad.net/cinder/+bug/1874134>`_,
allowing an iSCSI or FCP volume to be extended to a size up to 16TB
regardless of its original size, even if it's attached to an instance.
`Bug #1874134 <https://bugs.launchpad.net/cinder/+bug/1874134>`_:
Fix for NetApp ONTAP driver allowing an iSCSI or FCP volume to be
extended to a size up to 16TB regardless of its original size, even
if it's attached to an instance.

View File

@ -1,6 +1,6 @@
---
fixes:
- |
Fixed `bug #1874541 <https://bugs.launchpad.net/cinder/+bug/1874541>`_
Where a ZeroDivisionError was hapenning when the SolidFire driver tried
`Bug #1874541 <https://bugs.launchpad.net/cinder/+bug/1874541>`_:
Fix a ZeroDivisionError when the SolidFire driver tried
to update cluster capabilities.

View File

@ -1,7 +1,7 @@
---
fixes:
- |
`Bug #1697422 <https://bugs.launchpad.net/cinder/+bug/1697422>`_:
Fix HPE 3PAR driver issue where volumes that were live migrated to it would
end up being inaccessible. We would no longer be able to use the volume
for any operation, such as attach, detach, delete, snapshot, etc.
(bug 1697422)

View File

@ -1,8 +1,8 @@
---
fixes:
- |
`Bug #1858119 <https://bugs.launchpad.net/cinder/+bug/1858119>`_:
Fix the HPE 3PAR driver's attempt to rename the backend volume after
it was migrated. If the original volume resides on the same 3PAR backend
then the pre and post migration volume names are swapped. Otherwise, the
newly migrated volume is renamed to match the original name.
(bug 1858119)

View File

@ -1,7 +1,7 @@
---
fixes:
- |
`Bug #1886042 <https://bugs.launchpad.net/cinder/+bug/1886042>`_:
Fix ``unique_fqdn_network`` configuration option for the Kaminario driver,
as it was being ignored when defined in the driver section, which used to
work.
(Bug #1886042).

View File

@ -1,5 +1,6 @@
---
fixes:
- |
`Bug #1880971 <https://bugs.launchpad.net/cinder/+bug/1880971>`_:
Fix leaving mapped volumes on offline volume migration and revert to
snapshot operations failure. (bug 1880971).
snapshot operations failure.

View File

@ -1,7 +1,7 @@
---
fixes:
- |
NetApp ONTAP: Fixes `bug 1839384
<https://bugs.launchpad.net/cinder/+bug/1839384>`__ Detaching any instance
`Bug #1839384 <https://bugs.launchpad.net/cinder/+bug/1839384>`_:
NetApp ONTAP: Detaching any instance
from multiattached volume terminates connection. Now the connection is
terminated only if there're no other instances using the same initiator.

View File

@ -1,5 +1,6 @@
---
fixes:
- |
`Bug #1875478 <https://bugs.launchpad.net/cinder/+bug/1875478>`_:
PowerMax Driver - Concurrent live migrations can sometimes fail when one
thread deletes a storage group that another thread may need.

View File

@ -1,5 +1,6 @@
---
fixes:
- |
`Bug #1889758 <https://bugs.launchpad.net/cinder/+bug/1889758>`_:
Fix revert to snapshot not working for non admin users when using the
snapshot's name (bug #1889758).
snapshot's name.