Bases: cinder.volume.drivers.san.san.SanDriver
Validates the configuration information.
Creates a clone of the specified volume.
Create an export of a volume.
The volume exists on creation and will be visible on initialize connection. So nothing to do here.
Create snapshot
Create a volume.
Create new volume from other volume’s snapshot on appliance.
One time driver setup.
Called once by the manager after the driver is loaded. Sets up clients, check licenses, sets up protocol specific helpers.
Ensure an export of a volume.
Per the eqlx driver we just make sure that the volume actually exists where we think it does.
Extend the size of the volume.
Get volume status.
If ‘refresh’ is True, run update the stats first.
Remove an export of a volume.
We do nothing here to match the nothing we do in create export. Again we do everything in initialize and terminate connection.
Return model update for migrated volume.
Parameters: |
|
---|
:return model_update to update DB with any needed changes