The cinder.volume.drivers.falconstor.fc Module

Fibre channel Cinder volume driver for FalconStor FSS storage system.

This driver requires FSS-8.00-8865 or later.

class FSSFCDriver(*args, **kwargs)

Bases: cinder.volume.drivers.falconstor.fss_common.FalconstorBaseDriver, cinder.volume.driver.FibreChannelDriver

Implements commands for FalconStor FSS FC management.

To enable the driver add the following line to the cinder configuration:
volume_driver=cinder.volume.drivers.falconstor.fc.FSSFCDriver
Version history:
1.0.0 - Initial driver
CI_WIKI_NAME = 'FalconStor_CI'
VERSION = '1.0.0'
check_for_setup_error()

Returns an error if prerequisites aren’t met.

do_setup(context)

Any initialization the driver does while starting.

initialize_connection(*args, **kwargs)
terminate_connection(*args, **kwargs)
validate_connector(connector)

Check connector for at least one enabled FC protocol.

Previous topic

The cinder.volume.drivers.eqlx Module

Next topic

The cinder.volume.drivers.falconstor.fss_common Module

Project Source

This Page