Violin Memory iSCSI Driver for Openstack Cinder
Provides iSCSI 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 ISCSI Driver along with the required flags:
volume_driver=cinder.volume.drivers.violin.v6000_iscsi.V6000ISCSIDriver
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.ISCSIDriver
Executes commands relating to iSCSI-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.
Initializes the connection (target<–>initiator).
Removes an export for a logical volume.
Terminates the connection (target<–>initiator).