ocf_pacemaker_remote
remote resource agent
- Provided by: pacemaker (Version: 1.1.14-2ubuntu1.9)
- Report a bug
remote resource agent
OCF_RESKEY_server=string [OCF_RESKEY_port=string] [OCF_RESKEY_reconnect_interval=string]
remote [start | stop | reload | monitor | migrate_to | migrate_from | meta-data]
OCF_RESKEY_server = string
Server location to connect to. This can be an ip address or hostname.
OCF_RESKEY_port = string [3121]
tcp port to connect to.
OCF_RESKEY_reconnect_interval = string [0]
Time in seconds to wait before attempting to reconnect to a remote node after an active connection to the remote node has been severed. This wait is recurring. If reconnect fails after the wait period, a new reconnect attempt will be made after observing the wait time. When this option is in use, pacemaker will keep attempting to reach out and connect to the remote node indefinitely after each wait interval.
Andrew Beekhof <andrew@beekhof.net>