]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Huawei: Manage volume fails due to lower array version
authorWilson Liu <liuxinguo@huawei.com>
Wed, 17 Feb 2016 04:48:17 +0000 (12:48 +0800)
committerWilson Liu <liuxinguo@huawei.com>
Wed, 2 Mar 2016 06:06:37 +0000 (14:06 +0800)
commit09c782f1147e4375ba824e298c0a78cd07d0e397
tree3545c866daf42f1ca169936d9c8cf0993598dc0b
parent82d1d81124531d679b8e283c06b45b2b4bc37080
Huawei: Manage volume fails due to lower array version

When we try to import an existing volume to cinder, we try
to find whether the volume already exists in a hypermetro.
But if the array version is lower than V3R3, the request
to find the hypermetro info will fail because array version
lower than V3R3 does not support hypermetro.

Closes-Bug: #1546375
Change-Id: Ia28e62f3924155e813df80f3c4932e3f0f10333e
cinder/tests/unit/test_huawei_drivers.py
cinder/volume/drivers/huawei/huawei_driver.py