cinder.volume.drivers.datacore.fc
Module¶Fibre Channel Driver for DataCore SANsymphony storage array.
FibreChannelVolumeDriver
(*args, **kwargs)¶Bases: cinder.volume.drivers.datacore.driver.DataCoreVolumeDriver
DataCore SANsymphony Fibre Channel volume driver.
Version history:
1.0.0 - Initial driver
CI_WIKI_NAME
= 'DataCore_CI'¶STORAGE_PROTOCOL
= 'FC'¶VERSION
= '1.0.0'¶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.