ocf:iscsi — Manages a local iSCSI initiator and its connections to iSCSI targets
[OCF_RESKEY_portal=string] OCF_RESKEY_target=string [OCF_RESKEY_discovery_type=string] [OCF_RESKEY_iscsiadm=string] [OCF_RESKEY_udev=string] [OCF_RESKEY_try_recovery=boolean] iscsi [start | stop | status | monitor | validate-all | methods | meta-data]
The iSCSI portal address in the form: {ip_address|hostname}[":"port]
The iSCSI target IQN.
Target discovery type. Check the open-iscsi documentation for supported discovery types.
open-iscsi administration utility binary.
If the next resource depends on the udev creating a device then we wait until it is finished. On a normally loaded host this should be done quickly, but you may be unlucky. If you are not using udev set this to "no", otherwise we will spin in a loop until a timeout occurs.
If the iSCSI session exists but is currently inactive/broken, which is most probably due to network problems, the iSCSI layer will try to recover. If this parameter is set to true, we'll wait for the recovery to succeed. In that case the monitor operation can only time out so you should set the monitor op timeout attribute appropriately.