manila/releasenotes/notes/fix-verser-client-in-case-vserver-not-present-92b8a710a08f90e6.yaml
Maurice Escher 224d3aa4dd NetApp: Disable tunneling in vserver_exists
When share server is in error state in Manila and backend vserver has
not been created, there exist entries of share server and shares in
database. Deletion of share in such case cause share in error_deleting
state. In order to delete share correctly, we need to fix _get_vserver
which should check vserver existence before building the vserver
client.

Closes-Bug: #1964592
Change-Id: I1f6b94a7e54403a559a5d77b4d93b939a40e76bf
2023-02-01 08:32:07 +00:00

7 lines
250 B
YAML

---
fixes:
- |
NetApp driver: driver can now delete the share server in error state that
had not been created on storage side. For more details, please refer to
`launchpad bug #1964592 <https://bugs.launchpad.net/manila/+bug/1964592>`_