cinder/cinder/tests/unit/volume/drivers/dell_emc
Ryan Liang 6e2e278f3c VNX: delete the LUN from VNX backend
Async migration is used in the process of creating a volume from a
snapshot and an internal temp snapshot is created.

Because the temp snapshot isn't deleted, the LUN hosting the temp
snapshot cannot be deleted from the VNX storage.

For example, a new volume, V2, is created from snapshot S1 of volume V1.
An internal temp snapshot S2 is created from copying S1. V1 now has two
snapshots, S1 and S2. Although we delete V1, V2 and S1 from Cinder,
S2 which is Cinder user-invisible isn't deleted and which causes V1 left
on VNX too.

The fix makes sure the snapshot S2 is deleted. Then the delay deletion
on V1 can be executed successfully.

Change-Id: Ib86729488ebfb0aea5d5d4f815a64e00258040e7
Closes-bug: #1794646
(cherry picked from commit b3a89dc187)
(cherry picked from commit a74945b068)
2020-06-19 02:59:25 +00:00
..
sc Dell EMC SC: Handle the mappings of multiattached volume 2019-09-18 03:09:44 +00:00
scaleio Fixed invalid number of arguments bug in ScaleIO driver 2018-08-27 18:22:18 +00:00
unity [Unity] Fix TypeError for test case test_delete_host_wo_lock 2020-03-31 06:01:22 +00:00
vmax PowerMax Driver - Legacy volume not found 2020-04-14 12:52:18 +01:00
vnx VNX: delete the LUN from VNX backend 2020-06-19 02:59:25 +00:00
__init__.py Create a dell_emc folder for Dell EMC drivers 2016-11-23 09:12:14 +00:00
test_ps.py Dell EMC PS: Fix Duplicate ACL records Issue 2017-10-25 10:28:58 -05:00
test_xtremio.py XtremIO: support multiattach 2018-07-25 14:35:34 +03:00