iSCSI Cinder Volume driver for Hitachi Unified Storage (HUS) platform.
Bases: cinder.volume.driver.ISCSIDriver
HDS HUS volume driver.
Returns an error if prerequisites aren’t met.
Create a clone of a volume.
Create an export. Moved to initialize_connection.
Create a snapshot.
Create a LU on HUS.
Create a volume from a snapshot.
Delete a snapshot.
Delete an LU on HUS.
do_setup.
Setup and verify HDS HUS storage connection. But moved it to __init__ as (setup/errors) could became an infinite loop.
Extend an existing volume.
Get volume stats. If ‘refresh’, run update the stats first.
Map the created volume to connector[‘initiator’].
Disconnect a volume from an attached instance.
Terminate a connection to a volume.
Factory over-ride in self-tests.