manila/manila/share
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
..
drivers [NetApp] Fixed scoped account replica delete 2021-09-08 11:26:09 +00:00
hooks Add share hooks 2015-09-04 19:04:34 +03:00
__init__.py Switch to using oslo_* instead of oslo.* 2015-01-27 09:19:50 +01:00
access.py Fix cannot deny ipv6 access rules 2017-08-02 18:16:33 +00:00
api.py TrivialFix: Fix the filter name in config helper 2021-07-02 19:08:23 +00:00
configuration.py Trivial: Remove unused logging import 2015-12-28 21:44:26 -05:00
driver.py Add share server migration 2020-09-10 08:52:08 -03:00
drivers_private_data.py Remove "host" from driver private data 2016-07-26 14:57:34 +08:00
hook.py Remove log translations in share and share_group 4/5 2017-03-31 10:20:11 +08:00
manager.py fix unmange share with manage_error status will lead to quota error 2021-05-20 01:22:01 +00:00
migration.py Add share server migration 2020-09-10 08:52:08 -03:00
rpcapi.py Add share server migration 2020-09-10 08:52:08 -03:00
share_types.py Add update share-type API to Share Types 2019-09-10 14:43:07 -07:00
snapshot_access.py Fix multiple issues with revert to snapshot in LVM 2017-08-02 16:48:40 -04:00
utils.py Fix Host-assisted Share Migration with IPv4+IPv6 2018-02-06 17:23:16 -05:00