Violin Memory Fibre Channel Driver for Openstack Cinder
Provides fibre channel specific LUN services for V6000 series flash arrays.
This driver requires VMOS v6.3.0.4 or newer software on the array.
You will need to install the Violin Memory REST client library: sudo pip install vmemclient
Set the following in the cinder.conf file to enable the VMEM V6000 Fibre Channel Driver along with the required flags:
volume_driver=cinder.volume.drivers.violin.v6000_fcp.V6000FCDriver
NOTE: this driver file requires the use of synchronization points for certain types of backend operations, and as a result may not work properly in an active-active HA configuration. See OpenStack Cinder driver documentation for more information.
Bases: cinder.volume.driver.FibreChannelDriver
Executes commands relating to fibre channel based Violin Memory Arrays.
Returns an error if prerequisites aren’t met.
Creates a full clone of the specified volume.
Exports the volume.
Creates a snapshot from an existing volume.
Creates a volume.
Creates a volume from a snapshot.
Deletes a snapshot.
Deletes a volume.
Any initialization the driver does while starting.
Synchronously checks and re-exports volumes at cinder start time.
Deletes a volume.
Get volume stats.
Removes an export for a logical volume.