table of contents
- buster 1:4.2.0-2+deb10u2
- buster-backports 1:4.7.0-1~bpo10+1
- testing 1:4.7.0-1
- unstable 1:4.7.0-1
OCF_HEARTBEAT_ISCSIT(7) | OCF resource agents | OCF_HEARTBEAT_ISCSIT(7) |
NAME¶
ocf_heartbeat_iSCSITarget - iSCSI target export agentSYNOPSIS¶
iSCSITarget [start | stop | status | monitor | meta-data | validate-all]
DESCRIPTION¶
Manages iSCSI targets. An iSCSI target is a collection of SCSI Logical Units (LUs) exported via a daemon that speaks the iSCSI protocol.SUPPORTED PARAMETERS¶
implementation(optional, string, no default)
iqn
(unique, required, string, no default)
tid
(unique, optional, integer, no default)
portals
(optional, string, default "0.0.0.0:3260")
iser_portals
(optional, string, no default)
allowed_initiators
(optional, string, no default)
incoming_username
(unique, optional, string, no default)
incoming_password
(optional, string, no default)
additional_parameters
(optional, string, no default)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):start
stop
status
monitor
meta-data
validate-all
EXAMPLE CRM SHELL¶
The following is an example configuration for a iSCSITarget resource using the crm(8) shell:primitive p_iSCSITarget ocf:heartbeat:iSCSITarget \ params \ iqn=string \ op monitor timeout="10s" interval="10s" depth="0"
EXAMPLE PCS¶
The following is an example configuration for a iSCSITarget resource using pcs(8)pcs resource create p_iSCSITarget ocf:heartbeat:iSCSITarget \ iqn=string \ op monitor timeout="10s" interval="10s" OCF_CHECK_LEVEL="0"
SEE ALSO¶
http://clusterlabs.org/AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)12/17/2020 | resource-agents UNKNOWN |