]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add volume driver for Tegile IntelliFlash array
authorAbhilash Divakaran <abhilashd@tegile.com>
Wed, 18 Nov 2015 07:54:52 +0000 (23:54 -0800)
committerAbhilash Divakaran <abhilashd@tegile.com>
Mon, 28 Dec 2015 19:36:37 +0000 (11:36 -0800)
commit951a757ec0ace2148367c0e137396286ad3ca7b2
tree1548db1250fe01525c1509d452fa7ac88894e63c
parentf5bd73e62fa7a87b441f77f643f42b4f45d7946f
Add volume driver for Tegile IntelliFlash array

The Tegile driver will support the iSCSI and FC protocols and it will
include the minimum set of features.
[Supported Protocol]
 - iSCSI, FC

[Supported Feature]
 - Volume Create/Delete
 - Volume Attach/Detach
 - Snapshot Create/Delete
 - Create Volume from Snapshot
 - Get Volume Stats
 - Copy Image to Volume,
 - Copy Volume to Image
 - Clone Volume
 - Extend Volume

Tegile has setup a CI. It will report as "Tegile Storage CI".

DocImpact
Implements: blueprint tegile-volume-driver
Change-Id: Ia0e6c320964f3955d6c7d4dcff4a0241a3960495
cinder/exception.py
cinder/opts.py
cinder/tests/unit/test_tegile.py [new file with mode: 0644]
cinder/volume/drivers/tegile.py [new file with mode: 0644]
releasenotes/notes/add-tegile-driver-b7919c5f30911998.yaml [new file with mode: 0644]
tests-py3.txt