manila/manila/share/drivers/netapp/dataontap/client
Nahim Alves de Souza 4e7bf1c3d5 [NetApp] Fixed scoped account replica delete
In the ONTAP 9.8 and older, there is a bug in the zapi call
`snapmirror-release-iter` when using the scoped account
configuration. The operation is returning success, but the release
is not occurring.

To avoid this issue, the Netapp driver was changed to release with
the `snapmirror-release` zapi call, instead of the one that has a
bug. This new zapi call requires the field `relationship-id` to be
specified and it is being retrieved from ONTAP before calling it.

A small fix, not related to the bug, was made in the zapi call to
`snapmirror-release-iter` because the `relationship-info-only`
field was in the wrong place according to the documentation.

Closes-Bug: #1934889
Change-Id: I21633d4ffe14983365b0b6239216ed5d0bbfaace
(cherry picked from commit a745e9c7c4)
(cherry picked from commit 24545ad917)
2021-09-08 11:26:09 +00:00
..
__init__.py Manila NetApp cDOT driver refactoring 2015-02-10 12:30:24 +00:00
api.py [NetApp] Fix hard-coded CA cert path for SSL 2021-01-27 20:36:18 +00:00
client_base.py [NetApp] Fix hard-coded CA cert path for SSL 2021-01-27 20:36:18 +00:00
client_cmode.py [NetApp] Fixed scoped account replica delete 2021-09-08 11:26:09 +00:00