manila/manila/share/drivers/netapp/dataontap/cluster_mode
danielarthurt 71c3a08ead [NetApp] Fix falsely report migration cancelation success
NetApp ONTAP share delete operation can fail sometimes when is triggered
immediately after migration cancelation on a overloaded NetApp backend.
Migration cancelation invokes "abort_volume_move" which is an asynchronous
API. If share delete operation is requested immediately after call the
former API, it fails because the "abort_volume_move" is still in progress.
Now NetApp cDOT driver checks, for a period of time, if the
``volume-move-abort`` operation has ended before report migration
cancelation success.

This patch squash the following commit that improves the release note
for this fix:
[NetApp] Updating the release note for bugfix 1688620
(cherry picked from commit a0dd86a987)

Change-Id: I76e11fef27c9723f019cfdfdc6ea86878db78776
Closes-Bug: #1688620
(cherry picked from commit 0ee4140823)
2020-07-01 16:00:09 -03:00
..
__init__.py Manila NetApp cDOT driver refactoring 2015-02-10 12:30:24 +00:00
data_motion.py [NetApp] Fix vserver peer accept on intra cluster replication 2020-04-22 16:33:38 -03:00
drv_multi_svm.py [NetApp] Improve create share from snapshot functionality 2020-04-09 18:22:35 -03:00
drv_single_svm.py [NetApp] Improve create share from snapshot functionality 2020-04-09 18:22:35 -03:00
lib_base.py [NetApp] Fix falsely report migration cancelation success 2020-07-01 16:00:09 -03:00
lib_multi_svm.py [NetApp] Fix vserver peer accept on intra cluster replication 2020-04-22 16:33:38 -03:00
lib_single_svm.py Simplify the way drivers report support for ipv6 2017-12-06 15:21:53 +00:00
performance.py Remove log translations in share and share_group 4/5 2017-03-31 10:20:11 +08:00