The cinder.volume.targets.scst Module

class SCSTAdm(*args, **kwargs)

Bases: cinder.volume.targets.iscsi.ISCSITarget

create_export(context, volume, volume_path)

Creates an export for a logical volume.

create_iscsi_target(name, vol_id, tid, lun, path, chap_auth=None)
ensure_export(context, volume, volume_path)
remove_export(context, volume)
remove_iscsi_target(tid, lun, vol_id, vol_name, **kwargs)
scst_execute(*args)
show_target(tid, iqn)
terminate_connection(volume, connector, **kwargs)
validate_connector(connector)

Previous topic

The cinder.volume.targets.lio Module

Next topic

The cinder.volume.targets.tgt Module

Project Source

This Page