Common class for SMI-S based EMC volume drivers.
This common class is for EMC volume drivers based on SMI-S.
It supports VNX and VMAX arrays.
-
class EMCSMISCommon(prtcl, configuration=None)
Common code that can be used by ISCSI and FC drivers.
-
create_cloned_volume(volume, src_vref)
Creates a clone of the specified volume.
-
create_snapshot(snapshot, volume)
Creates a snapshot.
-
create_volume(volume)
Creates a EMC(VMAX/VNX) volume.
-
create_volume_from_snapshot(volume, snapshot)
Creates a volume from a snapshot.
-
delete_snapshot(snapshot, volume)
Deletes a snapshot.
-
delete_volume(volume)
Deletes an EMC volume.
-
extend_volume(volume, new_size)
Extends an existing volume.
-
find_device_number(volume, connector)
-
get_num_volumes_mapped(volume, connector)
-
get_target_wwns(storage_system, connector)
-
initialize_connection(volume, connector)
Initializes the connection and returns connection info.
-
stats = {'volume_backend_name': None, 'free_capacity_gb': 0, 'driver_version': '1.0', 'total_capacity_gb': 0, 'reserved_percentage': 0, 'vendor_name': 'EMC', 'storage_protocol': None}
-
terminate_connection(volume, connector)
Disallow connection from connector.
-
update_volume_stats()
Retrieve stats info.