Volume driver for HP LeftHand Storage array. This driver requires 11.5 or greater firmware on the LeftHand array, using the 1.0 or greater version of the hplefthandclient.
You will need to install the python hplefthandclient. sudo pip install hplefthandclient
Set the following in the cinder.conf file to enable the LeftHand Channel Driver along with the required flags:
It also requires the setting of hplefthand_api_url, hplefthand_username, hplefthand_password for credentials to talk to the REST service on the LeftHand array.
Bases: cinder.volume.driver.VolumeDriver
Executes commands relating to HP/LeftHand SAN ISCSI volumes.
Creates a snapshot.
Creates a volume.
Creates a volume from a snapshot.
Deletes a snapshot.
Deletes a volume.
Extend the size of an existing volume.
Assigns the volume to a server.
Migrate directly if source and dest are managed by same storage.
Convert the volume to be of the new type.
Unassign the volume from the host.