]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add volume driver for Huawei HVS storage system
authorzhangchao010 <zhangchao010@huawei.com>
Tue, 3 Sep 2013 11:17:26 +0000 (19:17 +0800)
committerzhangchao010 <zhangchao010@huawei.com>
Tue, 3 Sep 2013 11:19:38 +0000 (19:19 +0800)
commita2dca1ffc3e6ba81862c0eff625b620f3f175690
tree3540ad2d10eb272e2618a20b7b9e631a4c780e35
parent59df774239ac0783826762108768d79ebb4c0dd5
Add volume driver for Huawei HVS storage system

Huawei OceanStor HVS-series enterprise storage system is an optimum
storage platform for next-generation data centers that feature
virtualization, hybrid cloud, simplified IT, and low carbon footprints.

This patch add an iSCSI driver and a FC driver for Huawei HVS storage
system, using REST. We define a common module for both iSCSI driver and
FC driver. The drivers support volume type, QoS.

Implements: blueprint huawei-hvs-volume-driver
Change-Id: Ibdfed7df6d347e00f498694898c88dfa641559eb
cinder/tests/test_huawei_hvs.py [new file with mode: 0644]
cinder/volume/drivers/huawei/__init__.py
cinder/volume/drivers/huawei/huawei_hvs.py [new file with mode: 0644]
cinder/volume/drivers/huawei/rest_common.py [new file with mode: 0644]