]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Remove duplicated code in volume manager and base driver
authorIvan Kolodyazhny <e0ne@e0ne.info>
Fri, 22 Jan 2016 14:42:10 +0000 (16:42 +0200)
committerIvan Kolodyazhny <e0ne@e0ne.info>
Fri, 12 Feb 2016 12:41:17 +0000 (14:41 +0200)
commitbe3a0b99c3e4fefb5dc85789a2ceba80b1cdd5cf
tree5b8ed5d1a95050bd75b3ea73f0f65c372827963c
parent04b2cdf9b5676fb49bdc2dcbd1115b9e34287f8c
Remove duplicated code in volume manager and base driver

'copy_volume_data' method and all migration-related code should be
in volume manager only.

'copy_volume_data' method from driver are used only in unit-tests.

Change-Id: I6a4cb2ff2c11101cf10df0d515e6bb6fa7cf75f6
Closes-Bug: #1506984
cinder/tests/unit/test_hpe_xp_fc.py
cinder/tests/unit/test_volume.py
cinder/volume/driver.py
cinder/volume/drivers/hitachi/hbsd_fc.py
cinder/volume/drivers/hpe/hpe_xp_fc.py
cinder/volume/manager.py