]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
ITRI DISCO cinder driver
authorThelo Gaultier <thelo.gaultier@gmail.com>
Fri, 4 Dec 2015 07:29:44 +0000 (15:29 +0800)
committerThelo Gaultier <thelo.gaultier@gmail.com>
Fri, 15 Jan 2016 15:30:27 +0000 (23:30 +0800)
commit4495fad680d7a83ce54ac2d827f3300cbb9dc77f
tree9b4f622556c28a09b268845f179b051ead4af21a
parent707902ca482d1653072c2cf419c566cd5fee1f96
ITRI DISCO cinder driver

    This commit adds a Cinder volume driver for ITRI DISCO product.
    The DISCO driver supports the following features:
    * 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

    Implements: blueprint disco-driver-cinder

This patchset also includes the unit tests.

New config options for the cinder driver were also added.
related nova patchset : https://review.openstack.org/253353
related os_brick patchset : https://review.openstack.org/253352

DocImpact
Change-Id: I0168af34364343246a2855bdbd4a9f5ed5b05438
12 files changed:
cinder/opts.py
cinder/tests/unit/volume/drivers/disco/__init__.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/disco/test_create_cloned_volume.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/disco/test_create_snapshot.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/disco/test_create_volume.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/disco/test_create_volume_from_snapshot.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/disco/test_delete_snapshot.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/disco/test_delete_volume.py [new file with mode: 0644]
cinder/tests/unit/volume/drivers/disco/test_extend_volume.py [new file with mode: 0644]
cinder/volume/drivers/disco/__init__.py [new file with mode: 0644]
cinder/volume/drivers/disco/disco.py [new file with mode: 0644]
releasenotes/notes/disco-cinder-driver-9dac5fb04511de1f.yaml [new file with mode: 0644]