cinder.volume.drivers.datacore.iscsi Module¶iSCSI Driver for DataCore SANsymphony storage array.
ISCSIVolumeDriver(*args, **kwargs)¶Bases: cinder.volume.drivers.datacore.driver.DataCoreVolumeDriver
DataCore SANsymphony iSCSI volume driver.
Version history:
1.0.0 - Initial driver
CI_WIKI_NAME = ‘DataCore_CI’¶STORAGE_PROTOCOL = ‘iSCSI’¶VERSION = ‘1.0.0’¶do_setup(context)¶Perform validations and establish connection to server.
| Parameters: | context – Context information |
|---|
initialize_connection(volume, connector)¶Allow connection to connector and return connection info.
| Parameters: |
|
|---|---|
| Returns: | Connection information |
validate_connector(connector)¶Fail if connector doesn’t contain all the data needed by the driver.
| Parameters: | connector – Connector information |
|---|
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.