The cinder.volume.drivers.dell.dell_storagecenter_iscsi Module

Volume driver for Dell Storage Center.

class DellStorageCenterISCSIDriver(*args, **kwargs)

Bases: cinder.volume.drivers.san.san.SanISCSIDriver, cinder.volume.drivers.dell.dell_storagecenter_common.DellCommonDriver

Implements commands for Dell StorageCenter ISCSI management.

To enable the driver add the following line to the cinder configuration:
volume_driver=cinder.volume.drivers.dell.DellStorageCenterISCSIDriver
VERSION = '1.0.1'
initialize_connection(volume, connector)
terminate_connection(volume, connector, force=False, **kwargs)

Previous topic

The cinder.volume.drivers.dell.dell_storagecenter_fc Module

Next topic

The cinder.volume.drivers.emc.emc_cli_fc Module

This Page