manila/manila/share/drivers/netapp
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
..
dataontap [NetApp] Fix falsely report migration cancelation success 2020-07-01 16:00:09 -03:00
__init__.py Added Cmode driver 2014-03-18 17:33:44 +02:00
common.py Advertise IPv6 support in the NetApp driver 2017-11-06 20:27:10 -05:00
options.py [NetApp] Fix falsely report migration cancelation success 2020-07-01 16:00:09 -03:00
utils.py Fix use of pbr version release 2018-06-06 17:11:46 -07:00