cinder/releasenotes/notes/cinder-clone-encrypted-a28338e2b1838a63.yaml
Helen Walsh e1f56a7c85 Cinder - Creating clone of encrypted volume fails
After a clone of an encrypted volume is created, an attach is attempted.
PowerMax driver requires the provider_location be populated in order
to find the volume to attach. For this, the volume object needs to be
updated.

Closes-Bug: #1913054
Change-Id: Idf5b3783ddc333d6d60f28a3d08e5fd28e5c1fa8
2021-03-25 15:00:32 +00:00

7 lines
202 B
YAML

---
fixes:
- |
`Bug #1913054 <https://bugs.launchpad.net/cinder/+bug/1913054>`_: Fix
for creating a clone of an encrypted volume for drivers that require
additional information to attach.