iSCSI module for Hitachi VSP Driver.
Bases: cinder.volume.driver.ISCSIDriver
iSCSI class for Hitachi VSP Driver.
Version history:
1.0.0 - Initial driver.
Error are checked in do_setup() instead of this method.
Fetch the image from image_service and write it to the volume.
Create a clone of the specified volume and return its properties.
Export the volume.
Create a snapshot from a volume and return its properties.
Create a volume and return its properties.
Create a volume from a snapshot and return its properties.
Delete the specified snapshot.
Delete the specified volume.
Prepare for the startup of the driver.
Synchronously recreate an export for a volume.
Extend the specified volume to the specified size.
Return properties, capabilities and current states of the driver.
Initialize connection between the server and the volume.
Return volume properties which Cinder needs to manage the volume.
Return the size[GB] of the specified volume.
Remove an export for a volume.
Terminate connection between the server and the volume.
Prepare the volume for removing it from Cinder management.
Do any remaining jobs after migration.