cinder.volume.drivers.nec.volume Modulecinder.volume.drivers.nec.volume Module¶Drivers for M-Series Storage.
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)¶create_export_snapshot(context, snapshot, connector)¶ensure_export(context, volume)¶get_volume_stats(refresh=False)¶initialize_connection(*args, **kwargs)¶initialize_connection_snapshot(snapshot, connector, **kwargs)¶terminate_connection(*args, **kwargs)¶terminate_connection_snapshot(snapshot, connector, **kwargs)¶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)¶create_export_snapshot(context, snapshot, connector)¶ensure_export(context, volume)¶get_volume_stats(refresh=False)¶initialize_connection(volume, connector)¶initialize_connection_snapshot(snapshot, connector, **kwargs)¶terminate_connection(volume, connector, **kwargs)¶terminate_connection_snapshot(snapshot, connector, **kwargs)¶
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.