manila/releasenotes/notes/bug-1597940-fix-hpe3par-delete-share-0daf75193f318c41.yaml
mark.sturdevant 6f506a8705 HPE3PAR: Handle exceptions on deleted shares
Fix to ensure that an attempt to delete a manila share will not
fail because the 3PAR filestore does not exist. When the filestore
does not exist, that means the share is already gone (or never was
created). Avoid the delete and all filestore use in this case to
prevent failures during delete.

Also catch and log exceptions during the post-delete cleanup.

Change-Id: I0e477d3dae5706547354bd029b40e3308349fabb
Closes-Bug: #1597940
2016-07-21 20:17:27 +00:00

4 lines
97 B
YAML

---
fixes:
- HPE3PAR driver fix to allow delete of a share that does not exist on the backend.