Bases: object
Creates cloned volume.
Creates a snapshot.
Parameters: | snapshot – snapshot information. |
---|
Creates a volume.
Parameters: | volume – volume information |
---|
Deletes a snapshot.
Parameters: | snapshot – the snapshot to delete. |
---|
Retrieves id of the volume’s backing LUN.
Parameters: | volume – volume information |
---|
Manages an existing LUN in the array.
The LUN should be in a manageable pool backend, otherwise return error. 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.
LUN ID or name are supported in existing_ref, like:
}
or
}
Returns size of volume to be managed by manage_existing.
The driver does some check here: 1. The LUN existing_ref should be managed by the volume.host.
Bases: cinder.volume.drivers.dell_emc.unity.adapter.CommonAdapter