Fibre Channel Driver for Infortrend Eonstor based on CLI.
Bases: cinder.volume.driver.FibreChannelDriver
Infortrend Fibre Channel Driver for Eonstor DS using CLI.
Creates a clone of the specified volume.
Exports the volume.
Can optionally return a Dictionary of changes to the volume object to be persisted.
Creates a snapshot.
Creates a volume.
Can optionally return a Dictionary of changes to the volume object to be persisted.
Creates a volume from a snapshot.
Deletes a snapshot.
Deletes a volume.
Synchronously recreates an export for a volume.
Extend a volume.
Get volume stats.
If ‘refresh’ is True, run update the stats first.
Manage an existing lun in the array.
The lun should be in a manageable pool backend, otherwise error would return. Rename the backend storage object so that it matches the, volume[‘name’] which is how drivers traditionally map between a cinder volume and the associated backend storage object.
existing_ref:{
'id':lun_id
}
Return size of volume to be managed by manage_existing.
When calculating the size, round up to the next GB.
Migrate the volume to the specified host.
Returns a boolean indicating whether the migration occurred, as well as model_update.
Parameters: |
|
---|
Removes an export for a volume.
Convert the volume to be of the new type.
Parameters: |
|
---|
Removes the specified volume from Cinder management.
Does not delete the underlying backend storage object.
Parameters: | volume – Cinder volume to unmanage |
---|
Return model update for migrated volume.
Parameters: |
|
---|---|
Returns: | model_update to update DB with any needed changes |