manila/releasenotes/notes/netapp-check-snapshot-after-creation-1b59038a3a117c65.yaml
Maurice Escher f95cb40ee3 [NetApp] check snapshot presence after creation
Introduce some extra safety by an additional guard.
Losing a snapshot is never an option, this justifies an
additional api call to the NetApp storage back end.

Change-Id: Ibc21b6c72d76a3a804f67e66e7604b3d0be4373f
Related-Bug: #1971710
2022-12-19 18:33:11 +00:00

10 lines
384 B
YAML

---
fixes:
- |
NetApp driver now checks after sending snapshot-create request that the
snapshot has been properly created. If snapshot is not checked, manila
assumes that working snapshot is available. But when user tries to access
the snapshot, request could fail.
`Launchpad bug 1971710 <https://bugs.launchpad.net/manila/+bug/1971710>`_
for more details.