]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add Virtuozzo Storage Volume Driver
authorDmitry Guryanov <dguryanov@parallels.com>
Thu, 18 Jun 2015 17:14:34 +0000 (20:14 +0300)
committerDmitry Guryanov <dguryanov@parallels.com>
Thu, 18 Jun 2015 17:14:34 +0000 (20:14 +0300)
commitc66572b432c3dd6ac61f441bf7899ea7a333d98e
tree717380f121fec6d8067f2c6f71902583b6d54431
parent735925d83182a3020224690b7e11a35c7e2250ce
Add Virtuozzo Storage Volume Driver

Add a volume driver which can use Virtuozzo Storage, which
has filesystem interface and so volume driver has a similar
workflow to NFS and SMBFS drivers.

At this point the driver contain minimal set of features. Because
I think some refactoring should be done in RemoteFS drivers before
further development. For example code, which deals with image formats
should go to the RemoteFS class. So I don't add qcow2 images support
in this patch.

Change-Id: If491c4220a77995d0c4247d152b49b0ff3fb0902
Partially-implements: blueprint virtuozzo-cloud-storage-support
cinder/exception.py
cinder/tests/unit/test_vzstorage.py [new file with mode: 0644]
cinder/volume/drivers/vzstorage.py [new file with mode: 0644]
etc/cinder/rootwrap.d/volume.filters