]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add cinder volume driver for Blockbridge EPS
authorJoshua Huber <jhuber@blockbridge.com>
Fri, 12 Jun 2015 01:17:13 +0000 (21:17 -0400)
committerJoshua Huber <jhuber@blockbridge.com>
Fri, 12 Jun 2015 21:45:00 +0000 (17:45 -0400)
commitb2bfd8b1cc1fca7556c98b291b6621b765b9d9d5
tree9c03d020691ffe094510c3ce7885ba7edddec3f0
parentac459970065804c4b2602f65ad93e957e1fb6fc1
Add cinder volume driver for Blockbridge EPS

This initial commit includes support for the minimum required volume
operations:

- 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

For more details about our storage backend, please see the blueprint.

blueprint blockbridge-eps-driver
Change-Id: I99c95243bec708c6519cb69c4cb68085ad698c83
cinder/tests/unit/test_blockbridge.py [new file with mode: 0644]
cinder/volume/drivers/blockbridge.py [new file with mode: 0644]