cinder/releasenotes/notes/fix-3par-migrate-rename-662d984e070a1de2.yaml
Alan Bishop d8062063a3 3PAR - Fix renaming volume after migration
After migrating a volume, if the original and new volumes are on
the same 3PAR backend, then the volume names are swapped. However,
if the original volume is not in the same 3PAR backend, the new
volume is renamed to the original volume's name.

Closes-Bug: 1858119
Change-Id: I1f9d4143d1ad2637a2173090b290f6f96b64c492
2020-05-19 10:39:38 -07:00

9 lines
327 B
YAML

---
fixes:
- |
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)