cinder/releasenotes/notes/bug-1904440-clone-rekey-fd57a2b5f6224e0f.yaml
Eric Harney 25cded9d10 Fix volume rekey during clone
Apply the correct encryption key to the
new volume during clone.

Closes-Bug: #1904440
Change-Id: I8c2c58092da4d5801642036a96079da45eafb290
2020-11-18 08:20:03 -05:00

9 lines
330 B
YAML

---
fixes:
- |
`Bug #1904440 <https://bugs.launchpad.net/cinder/+bug/1904440>`_:
When an iSCSI/FC encrypted volume was cloned, the rekey operation would
stamp the wrong encryption key on the newly cloned volume. This resulted
in a volume that could not be attached. It does not present a security
problem.