The cinder.volume.drivers.dell.dell_storagecenter_fc Module

Volume driver for Dell Storage Center.

class DellStorageCenterFCDriver(*args, **kwargs)

Bases: cinder.volume.drivers.dell.dell_storagecenter_common.DellCommonDriver, cinder.volume.driver.FibreChannelDriver

Implements commands for Dell EqualLogic SAN ISCSI management.

To enable the driver add the following line to the cinder configuration:
volume_driver=cinder.volume.drivers.dell.DellStorageCenterFCDriver
Version history:

1.0.0 - Initial driver 1.1.0 - Added extra spec support for Storage Profile selection 1.2.0 - Added consistency group support. 2.0.0 - Switched to inheriting functional objects rather than volume

driver.

2.1.0 - Added support for ManageableVD. 2.2.0 - Driver retype support for switching volume’s Storage Profile 2.3.0 - Added Legacy Port Mode Support 2.3.1 - Updated error handling.

VERSION = '2.3.1'
get_volume_stats(refresh=False)

Get volume status.

If ‘refresh’ is True, run update the stats first.

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

Previous topic

The cinder.volume.drivers.dell.dell_storagecenter_common Module

Next topic

The cinder.volume.drivers.dell.dell_storagecenter_iscsi Module

Project Source

This Page