manila/releasenotes/notes/fix-netapp-manage-snapshot-f6ed571bd4f9a2ac.yaml
Felipe Rodrigues 1dc4459456 [NetApp]: Fix issues with managed snapshot
Managed snapshot has its name changed. When the volume is reverted
to the snapshot, the name is reverted to the old too. As result,
the Manila loses the snapshot reference, causing some issues.

This patch is removing the code that renames the snapshot during
management, so the snapshot name is kept as informed, saving it
to the provider location field.

Closes-bug: #1936648
Change-Id: Ib1a928d453de80d6841524cdb86c4708a5b0dbdf
2022-09-14 23:35:25 -03:00

7 lines
244 B
YAML

---
fixes:
- |
NetApp driver: fix some issues caused with managed snapshot, it is no more
renaming the managed snapshot. For more details, please refer to
`launchpad bug #1936648 <https://bugs.launchpad.net/manila/+bug/1936648>`_