cinder/cinder/volume/drivers/dell_emc/vnx
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
..
__init__.py Move VNX driver to dell_emc folder 2016-12-20 22:52:50 -05:00
adapter.py VNX: delete the LUN from VNX backend 2020-06-19 02:59:25 +00:00
client.py VNX Driver: delete_hba() instead of remove_hba() 2019-02-15 16:29:57 -05:00
common.py VNX: fix options incorrect behavior 2018-03-23 07:07:41 +00:00
const.py Move VNX driver to dell_emc folder 2016-12-20 22:52:50 -05:00
driver.py VNX: delete the LUN from VNX backend 2020-06-19 02:59:25 +00:00
replication.py Merge "Fix failure for failing back the primary." 2017-07-31 16:22:58 +00:00
taskflows.py Add VNX replication group support 2017-07-24 15:01:20 +08:00
utils.py VNX: Fix issue when creating without type 2017-10-10 05:38:28 -04:00