]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Fibrechannel and iSCSI for Violin Memory 6000 Series Arrays
authorRyan Lucio <rlucio@vmem.com>
Sat, 6 Dec 2014 11:33:27 +0000 (03:33 -0800)
committerRyan Lucio <rlucio@vmem.com>
Wed, 17 Dec 2014 12:55:06 +0000 (04:55 -0800)
commit4a679cc7f1cd8ed93eef30b35e7dd1ebe043ae8d
tree6668227a85fdd9023294098221e8953d5b0661dc
parentd1b89778f97fe235bef68a81215249ea590f327b
Fibrechannel and iSCSI for Violin Memory 6000 Series Arrays

This patch adds both Fibrechannel and iSCSI driver support for Violin
Memory 6000 Series All-Flash Arrays.

Certification results posted at:
https://bugs.launchpad.net/cinder/+bug/1399911

Change-Id: I9f62fe79e892cff01abdb02dbd95be8e432f8ab7
Implements: blueprint violinmemory-v6000-storage-drivers
cinder/exception.py
cinder/tests/fake_vmem_xgtools_client.py [new file with mode: 0644]
cinder/tests/test_v6000_common.py [new file with mode: 0644]
cinder/tests/test_v6000_fcp.py [new file with mode: 0644]
cinder/tests/test_v6000_iscsi.py [new file with mode: 0644]
cinder/volume/drivers/violin/__init__.py [new file with mode: 0644]
cinder/volume/drivers/violin/v6000_common.py [new file with mode: 0644]
cinder/volume/drivers/violin/v6000_fcp.py [new file with mode: 0644]
cinder/volume/drivers/violin/v6000_iscsi.py [new file with mode: 0644]