cinder/cinder/tests
GirishChilukuri 1d10e63bdf [SVF]:Fix clone fcmap not being deleted in cleanup
[Spectrum Virtualize Family] check_vdisk_fc_mappings is not deleting
clone fc maps, if the flashcopy status is in copying autodelete is set
to on and copy progress is 100%. when multiple clones and snapshots
are created using common source volume, deleting the source volume
is not removing all the fcmaps involved in mapping with source volume.

This patch fixes the issue by removing the clone fcmap and then
removing the snapshot fcmap when the source has more than one fcmap.

Closes-Bug: #1890254

Change-Id: I84629cde6d27d6889a30d7c13d99f57c660adde7
(cherry picked from commit 3570a79a16)
(cherry picked from commit 6e592a8dd4)
(cherry picked from commit c469c1294d)
2021-05-07 14:49:20 +00:00
..
compliance
functional Modify default/delete volume type logic 2020-09-21 11:08:49 +00:00
hacking Move hacking checks to tests dir 2019-10-09 14:16:58 -04:00
unit [SVF]:Fix clone fcmap not being deleted in cleanup 2021-05-07 14:49:20 +00:00
README.rst Update the documentation link 2017-08-26 06:52:48 -07:00
__init__.py
fake_driver.py Rename volume/utils.py to volume/volume_utils.py 2019-09-09 15:00:07 -04:00
fixtures.py Implement privsep boilerplate in cinder. 2018-06-06 09:42:54 +08:00

README.rst

IMPORTANT DEFINITION OF TESTS IN CINDER

Cinder has a number of different test types, PLEASE be sure to refer to the Cinder Testing Docs to familiarize yourself with the various options before creating any new tests.

Please check Cinder-Testing.