The cinder.volume.drivers.falconstor.iscsi
Module¶
Volume driver for FalconStor FSS storage system.
This driver requires FSS-8.00-8865 or later.
-
class
FSSISCSIDriver
(*args, **kwargs)¶ Bases:
cinder.volume.drivers.falconstor.fss_common.FalconstorBaseDriver
,cinder.volume.driver.ISCSIDriver
Implements commands for FalconStor FSS ISCSI management.
- To enable the driver add the following line to the cinder configuration:
- volume_driver=cinder.volume.drivers.falconstor.iscsi.FSSISCSIDriver
- Version history:
1.0.0 - Initial driver 1.0.1 - Fix copy_image_to_volume error. 1.0.2 - Closes-Bug #1554184, add lun id type conversion in
initialize_connection1.03 - merge source code 1.04 - Fixed create_volume_from_snapshot(), create_cloned_volume() metadata TypeError 2.0.0 - Newton driver
– fixed consisgroup commands error2.0.1 – fixed bugs 2.0.2 – support Multipath 3.0.0 - Ocata driver
– fixed bugs- 4.0.0 - Pike driver
- – extend Cinder driver to utilize multiple FSS storage pools
-
CI_WIKI_NAME
= ‘FalconStor_CI’¶
-
VERSION
= ‘4.0.0’¶
-
initialize_connection
(volume, connector, initiator_data=None)¶
-
terminate_connection
(volume, connector, **kwargs)¶ Terminate connection.