]> 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 22:43:41 +0000 (17:43 -0500)
commite316d6f11a071dc75d1a543efe7521ef0ee98791
treedbebc9c612a07a9fd694e2456273f9bc8194ada8
parentdabbaeda979dd441fc8376a63ec6d5d232656eff
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
(cherry picked from commit fc09713f2c8102d4b04c8df57fc401a34525d79e)
cinder/tests/test_dellsc.py
cinder/tests/test_dellscapi.py
cinder/volume/drivers/dell/dell_storagecenter_api.py
cinder/volume/drivers/dell/dell_storagecenter_common.py