]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fix bugs for Huawei driver
authorzhangchao010 <zhangchao010@huawei.com>
Mon, 4 Mar 2013 16:07:41 +0000 (00:07 +0800)
committerzhangchao010 <zhangchao010@huawei.com>
Mon, 11 Mar 2013 14:20:13 +0000 (22:20 +0800)
commitc09f69948df29e84907960f69fb5ef46745ebef6
tree18719bd708473d7193679bce1c07ab70aaf90dbc
parentf211c150cb60615fc4352bb4145dd15cac0d3fd1
Fix bugs for Huawei driver

This fixes two bugs for Huawei iscsi driver.
(1)If firstly we map LUN 1(just not LUN 0) to host,we can also
find LUN 0 mapped,whose device path is '-'.Then we will failed
to map a real LUN 0.So,we avoid mapping LUN 0 to host by setting
every volume's host LUN ID larger than 0,instead of generating it
automatically.
(2)Check valid size of resource pools when creating snapshot and
make sure it larger than 1 GB.

Fixes bug: 1135618
Fixes bug: 1136980
Change-Id: I412e78bf84c95cb51431c45cc084e9ec6a8efb78
cinder/tests/test_huawei.py
cinder/volume/drivers/huawei/huawei_iscsi.py