]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add volume migration support for Huawei driver
authorLiu Xinguo <295988511@qq.com>
Tue, 14 Jul 2015 03:25:46 +0000 (11:25 +0800)
committerWilson Liu <liuxinguo@huawei.com>
Mon, 17 Aug 2015 13:03:12 +0000 (21:03 +0800)
commita2ddf888041161eba427b9c47fc810d0edad889b
tree7910350da23936673ebc82c9806f16d11de8f6b7
parent4e8aa92614ed06dabf9fe0827b5dcf3f8787bb11
Add volume migration support for Huawei driver

If the target host and the original volume are on the same array,
then Huawei driver will do the migration now instead of having
it done by the general migration process.

Change-Id: Ife8fca765402e95778079fb0166b3abf9684d134
Implements: blueprint huawei-storage-volume-migration-support
cinder/tests/unit/test_huawei_drivers.py
cinder/volume/drivers/huawei/constants.py
cinder/volume/drivers/huawei/huawei_driver.py
cinder/volume/drivers/huawei/huawei_utils.py
cinder/volume/drivers/huawei/rest_client.py