Volume driver common utilities for DotHill Storage array
Bases: object
Manage an existing non-openstack DotHill volume
existing_ref is a dictionary of the form: {‘source-name’: <name of the existing DotHill volume>}
Return size of volume to be managed by manage_existing.
existing_ref is a dictionary of the form: {‘source-name’: <name of the volume>}
Migrate directly if source and dest are managed by same storage.
Parameters: |
|
---|---|
Returns: | (False, None) if the driver does not support migration, (True, None) if successful |