ocf:iSCSITarget — iSCSI target export agent
[OCF_RESKEY_implementation=string] OCF_RESKEY_iqn=string OCF_RESKEY_tid=integer [OCF_RESKEY_portals=string] [OCF_RESKEY_allowed_initiators=string] OCF_RESKEY_incoming_username=string [OCF_RESKEY_incoming_password=string] [OCF_RESKEY_additional_parameters=string] iSCSITarget [start | stop | monitor | meta-data | validate-all]
Manages iSCSI targets. An iSCSI target is a collection of SCSI Logical Units (LUs) exported via a daemon that speaks the iSCSI protocol.
The iSCSI target daemon implementation. Must be one of "iet", "tgt", or "lio". If unspecified, an implementation is selected based on the availability of management utilities, with "iet" being tried first, then "tgt", then "lio".
The target iSCSI Qualified Name (IQN). Should follow the conventional "iqn.yyyy-mm.<reversed domain name>[:identifier]" syntax.
The iSCSI target ID. Required for tgt.
iSCSI network portal addresses. Not supported by all implementations. If unset, the default is to create one portal that listens on .
Allowed initiators. A space-separated list of initiators allowed to connect to this target. Initiators may be listed in any syntax the target implementation allows. If this parameter is empty or not set, access to this target will be allowed from any initiator.
A username used for incoming initiator authentication. If unspecified, allowed initiators will be able to log in without authentication.
A password used for incoming initiator authentication.
Additional target parameters. A space-separated list of "name=value" pairs which will be passed through to the iSCSI daemon's management interface. The supported parameters are implementation dependent. Neither the name nor the value may contain whitespace.