manila/manila
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
..
api fixes availability zone filter when creating a share from snapshot 2021-07-06 04:39:02 +00:00
cmd Modify share groups w/ manila-manage's update-host 2020-09-11 10:00:41 -07:00
common Handle service client authorization errors 2021-08-13 15:45:19 +00:00
compute Handle service client authorization errors 2021-08-13 15:45:19 +00:00
data Remove support for ``data_node_access_ip`` 2019-09-09 14:45:30 +00:00
db Filter shares by share type "extra_specs" 2021-07-07 14:00:41 -07:00
image Handle service client authorization errors 2021-08-13 15:45:19 +00:00
message [Native CephFS] Add messages for async ACL ops 2021-02-01 22:56:53 +00:00
network Handle service client authorization errors 2021-08-13 15:45:19 +00:00
policies Add share server migration 2020-09-10 08:52:08 -03:00
scheduler init_host should be called before RPC consumer is created 2021-07-12 16:34:57 +00:00
share [NetApp] Fixed scoped account replica delete 2021-09-08 11:26:09 +00:00
share_group Hacking: Fix E241 2020-04-01 09:21:01 +02:00
testing [ussuri][goal] Drop python2.7 support 2019-12-08 19:32:52 -08:00
tests [NetApp] Fixed scoped account replica delete 2021-09-08 11:26:09 +00:00
volume Handle service client authorization errors 2021-08-13 15:45:19 +00:00
wsgi [pylint] Fix/ignore pylint errors in non-test modules 2019-02-25 17:23:15 +00:00
__init__.py Removed ignored checks from tox.ini and fixed pep8 issues 2016-02-14 14:56:55 +02:00
context.py [policy in code] Add support for share instance export location resource 2017-11-16 04:39:00 +00:00
coordination.py Remove unused configuration options 2017-12-13 22:49:35 +08:00
exception.py [Native CephFS] Add messages for async ACL ops 2021-02-01 22:56:53 +00:00
i18n.py Remove i18n.enable_lazy() translation 2018-11-14 14:09:08 +05:30
manager.py init_host should be called before RPC consumer is created 2021-07-12 16:34:57 +00:00
opts.py Fix NFS/CIFS share creation failure issue 2020-06-30 12:46:28 -04:00
policy.py Add policy to create/update public shares 2019-02-18 12:56:12 -08:00
quota.py Fix manila OverQuota issue while managing shares 2020-09-18 21:28:11 +00:00
rpc.py Disable notifications 2017-07-17 12:45:11 -03:00
service.py init_host should be called before RPC consumer is created 2021-07-12 16:34:57 +00:00
test.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
utils.py [pylint] Fix/ignore pylint errors in non-test modules 2019-02-25 17:23:15 +00:00
version.py Remove vim headers 2014-10-06 15:00:27 +02:00