cinder/releasenotes
Gorka Eguileor 669aee2945 Fix leave volume mapped on attach failure
If we fail to do the local attach after we have mapped a volume during
generic cinder offline migration and generic revert to snapshot we end
up leaving the volume mapped to the host.

This is because the call to _connect_device is not included in the
try...except clause we have to remove the mapping as well as the fact
that we are always trying to do the local detach when we clean up.

Closes-Bug: #1880971
Change-Id: I5319bdaa8f7e468300729dbda358ed0329dc19ad
2020-05-27 17:53:05 +02:00
..
notes Fix leave volume mapped on attach failure 2020-05-27 17:53:05 +02:00
source Imported Translations from Zanata 2020-05-19 06:19:18 +00:00
README.rst Fix release notes link 2017-07-25 14:24:18 -07:00

README.rst

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.