add Virtuozzo Storage to the list of supported Cinder volume drivers

Virtuozzo Storage is a fault-tolerant distributed storage system,
optimized for virtualization workloads. From client's point of view
it looks like network attached storage (NFS or GlusterFS)

Cinder support blueprint
https://blueprints.launchpad.net/cinder/+spec/virtuozzo-cloud-storage-support
Nova support blueprint
https://blueprints.launchpad.net/nova/+spec/libvirt-vzstorage-volume-support

Closes-Bug: #1602707
Change-Id: If129c4c03d1ba157158795615e0eee49efd13892
This commit is contained in:
Maxim Nestratov 2016-07-12 13:37:49 +03:00
parent d77de82896
commit b742ded536
4 changed files with 16 additions and 2 deletions

View File

@ -0,0 +1,14 @@
========================
Virtuozzo Storage driver
========================
The Virtuozzo Storage driver is a fault-tolerant distributed storage
system that is optimized for virtualization workloads.
Set the following in your ``cinder.conf`` file, and use the following
options to configure it.
.. code-block:: ini
volume_driver = cinder.volume.drivers.vzstorage.VZStorageDriver
.. include:: ../../tables/cinder-vzstorage.rst

View File

@ -47,6 +47,7 @@ Volume drivers
drivers/solidfire-volume-driver.rst
drivers/tintri-volume-driver.rst
drivers/violin-v7000-driver.rst
drivers/vzstorage-driver.rst
drivers/vmware-vmdk-driver.rst
drivers/windows-iscsi-volume-driver.rst
drivers/xio-volume-driver.rst

View File

@ -40,6 +40,5 @@ These options can also be set in the ``cinder.conf`` file.
.. include:: ../tables/cinder-scst.rst
.. include:: ../tables/cinder-storage.rst
.. include:: ../tables/cinder-tegile.rst
.. include:: ../tables/cinder-vzstorage.rst
.. include:: ../tables/cinder-zeromq.rst
.. include:: ../tables/cinder-zones.rst

View File

@ -71,7 +71,7 @@ srb Scality REST Block storage driver
tegile Tegile volume driver
tintri Tintri volume driver
violin Violin volume driver
vzstorage VidZapper Storage volume driver
vzstorage Virtuozzo Storage volume driver
windows Windows
xio X-IO volume driver
xiv IBM Storage driver