]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Huawei driver check before associating LUN to a LUN group
authorBob-OpenStack <295988511@qq.com>
Mon, 19 Jan 2015 01:05:14 +0000 (17:05 -0800)
committerBob-OpenStack <295988511@qq.com>
Mon, 16 Mar 2015 01:25:20 +0000 (18:25 -0700)
commit9b11c4e0329db814eaf3ac18246bfe502f13504d
treef02bfd595600778bf536877f54db9253e229a371
parentccacb291e637349558e68e6e2aed652b4ad91a91
Huawei driver check before associating LUN to a LUN group

This commit fixes the following problems:
* Change in huawei_t.py removes the duplicated wwns
  returned from the array.
* Change in rest_common.py adds log print for response
  data from the array.
* Change in rest_common.py does a check before associating
  a LUN to a LUN group.
* Change in rest_common.py fixes the REST request.
* Change in ssh_common.py checks whether the hostlunid
  have already been assigned.

Closes-Bug: #1411904
Change-Id: I862ed5d71780fb7b8cbc5ed257072ea1113fead7
cinder/tests/test_huawei_18000.py
cinder/volume/drivers/huawei/huawei_t.py
cinder/volume/drivers/huawei/rest_common.py
cinder/volume/drivers/huawei/ssh_common.py