cinder.volume.targets.scst module¶
- class SCSTAdm(*args, **kwargs)¶
- Bases: - 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)¶
- Recreates an export for a logical volume. 
 - remove_export(context, volume)¶
- Removes an export for a Target/Volume. 
 - remove_iscsi_target(tid, lun, vol_id, vol_name, **kwargs)¶
 - scst_execute(*args)¶
 - show_target(tid, iqn)¶
 - terminate_connection(volume, connector, **kwargs)¶
- Disallow connection from connector. 
 - validate_connector(connector)¶
 
