]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
New Cinder volume driver for openvstorage
authoreduardBM <cubusbacau@yahoo.com>
Fri, 24 Oct 2014 10:33:57 +0000 (13:33 +0300)
committereduardBM <cubusbacau@yahoo.com>
Thu, 22 Jan 2015 08:48:47 +0000 (10:48 +0200)
commit9a4de1f6b435a94b426a32ce2609be13413bb221
tree8c403404280073b48fff74efee6c6c15297c7f37
parent83bc931790d895c4c1617931a69ac5b8294db642
New Cinder volume driver for openvstorage

Open vStorage is an open-source software defined storage VM storage
router, a layer in between Virtual machines and storage backends.
It is compatible with Swift (via S3) interface as backend and nova
compute nodes as frontend, it serves volumes via a virtual filesystem
 using .raw files. Multiple Storage Routers can coordinate between
them and allow live migration with near-zero copy (only local cache
is synced).
The driver implements basic volume operations (create, delete,
snapshot,clone volume, clone snapshot, create from image, upload to
 image).

Implements: blueprint open-vstorage-volume-driver
Change-Id: I4a195aacb34fb1300c158c2d8163887b913b6de8
cinder/tests/test_openvstorage.py [new file with mode: 0644]
cinder/volume/drivers/openvstorage.py [new file with mode: 0644]