]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
EMC ScaleIO Cinder Driver
authorXing Yang <xing.yang@emc.com>
Sat, 16 May 2015 04:31:51 +0000 (00:31 -0400)
committerXing Yang <xing.yang@emc.com>
Tue, 9 Jun 2015 20:27:54 +0000 (16:27 -0400)
commit185abac1c21308049ce62b75c3bd1baacdb24097
tree45ac470e094c8231e642893168d37fcb4e060f6c
parente2de169c6e34954ca943cfbae94f56410b9885c5
EMC ScaleIO Cinder Driver

This patch adds a Cinder volume driver for EMC ScaleIO product.
The ScaleIO driver supports the following Cinder features:
* Create/delete volume
* Create/delete snapshot
* Create volume from snapshot
* Create cloned volume
* Extend volume

implements blueprint scaleio-cinder-volume-driver

Change-Id: I7007e4ec36586d98cbf53e4f322ab25aa9b414c6
12 files changed:
cinder/tests/unit/volume/drivers/emc/__init__.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/__init__.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/mocks.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_cloned_volume.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_snapshot.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_volume.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_create_volume_from_snapshot.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_delete_snapshot.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_delete_volume.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_extend_volume.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/emc/scaleio/test_misc.py [new file with mode: 0644]
cinder/volume/drivers/emc/scaleio.py [new file with mode: 0644]