]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Dell: Added support for update_migrated_volume
authorTom Swanson <tom_swanson@dell.com>
Thu, 7 May 2015 21:39:26 +0000 (16:39 -0500)
committerTom Swanson <tom_swanson@dell.com>
Fri, 8 May 2015 15:10:21 +0000 (10:10 -0500)
commitfc09713f2c8102d4b04c8df57fc401a34525d79e
tree5cc1a8f30db078f930c784d0a73f51f5f77cc094
parentdaa751a62e46befed0982c6ce16b26f080040c38
Dell: Added support for update_migrated_volume

Added support for updated_migrated_volume to common driver.
Added rename_volume to dell_storagecenter_api to support it.
Added tests to test_dellsc.py and test_dellapi.py.

The only thing we do in this rename the newly migrated volume
destination volume on the Dell Storage center to be the same
as the original volume ID.  Since we identify the volumes
by volume ID this prevents them from being lost.

Change-Id: I531e24853cf5db8b7c34d91460d3abe786a652de
Closes-bug: 1452919
cinder/tests/unit/test_dellsc.py
cinder/tests/unit/test_dellscapi.py
cinder/volume/drivers/dell/dell_storagecenter_api.py
cinder/volume/drivers/dell/dell_storagecenter_common.py