]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Adding support for Coraid AoE SANs Appliances.
authorJean-Baptiste RANSY <jean-baptiste.ransy@alyseo.com>
Fri, 8 Feb 2013 20:10:39 +0000 (21:10 +0100)
committerJean-Baptiste RANSY <jean-baptiste.ransy@alyseo.com>
Fri, 15 Feb 2013 20:13:35 +0000 (21:13 +0100)
commit695e3a848ac35a45d5765776641d75782fa1c234
treee26fdf66c18bbc0a5e57ac983e2ce470fda8b8f1
parent835fb61442b9b2737a6791e1a46e6d3a01fa0e6b
Adding support for Coraid AoE SANs Appliances.

This driver provide support for Coraid hardware storage appliances
using AoE (ATA Over Ethernet) protocol.

Implements blueprint coraid-volume-driver

Reference to Nova patch libvirt-aoe :
https://review.openstack.org/21101

The following operations are supported :
-- Volume Creation with Volume Types
-- Volume Deletion
-- Volume Attach
-- Volume Detach
-- Snapshot Creation
-- Snapshot Deletion
-- Create Volume from Snapshot
-- Volume Stats

The driver only work when operating on EtherCloud ESM,
Coraid VSX and Coraid SRX Appliances.

Change-Id: I7c8dde0c99698b52c151a4db0fb1bb94d516db61
cinder/tests/test_coraid.py [new file with mode: 0644]
cinder/volume/drivers/coraid.py [new file with mode: 0644]
cinder/volume/volume_types.py