manila/manila/tests/share/drivers
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
..
cephfs Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
container Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
dell_emc [Unity] Fix unit test issue 2020-04-30 05:28:27 +00:00
ganesha Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
glusterfs Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
hdfs Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
hitachi Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
hpe Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
huawei Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
ibm Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
infinidat Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
infortrend Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
inspur Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
maprfs Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
netapp [NetApp] Fix falsely report migration cancelation success 2020-07-01 16:00:09 -03:00
nexenta Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
qnap Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
quobyte Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
tegile Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
veritas Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
windows Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
zfsonlinux Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
zfssa Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
__init__.py EMC Manila driver 2014-08-23 14:49:18 -04:00
dummy.py Create share from snapshot in another pool or backend 2020-04-09 11:15:22 -03:00
test_ganesha.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_generic.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_glusterfs.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_helpers.py CIFS extension failing because of volume in use 2020-05-31 18:40:03 +00:00
test_lvm.py Use unittest.mock instead of third party lib 2020-04-17 16:24:27 -07:00
test_service_instance.py Get ports filtered by subnet id on share-server cleanup 2020-05-27 17:47:47 +00:00