The cinder.volume.drivers.nec.volume Module¶
Drivers for M-Series Storage.
- 
class MStorageFCDriver(*args, **kwargs)¶
- Bases: - cinder.volume.drivers.nec.volume_helper.MStorageDSVDriver,- cinder.volume.driver.FibreChannelDriver- M-Series Storage Snapshot FC Driver. - 
create_export(context, volume, connector)¶
 - 
ensure_export(context, volume)¶
 - 
get_volume_stats(refresh=False)¶
 - 
initialize_connection(*args, **kwargs)¶
 - 
terminate_connection(*args, **kwargs)¶
 
- 
- 
class MStorageISCSIDriver(*args, **kwargs)¶
- Bases: - cinder.volume.drivers.nec.volume_helper.MStorageDSVDriver,- cinder.volume.driver.ISCSIDriver- M-Series Storage Snapshot iSCSI Driver. - 
create_export(context, volume, connector)¶
 - 
ensure_export(context, volume)¶
 - 
get_volume_stats(refresh=False)¶
 - 
initialize_connection(volume, connector)¶
 - 
terminate_connection(volume, connector, **kwargs)¶
 
-