OCF_PACEMAKER_REMOTE(7) | Pacemaker Configuration | OCF_PACEMAKER_REMOTE(7) |
ocf_pacemaker_remote - 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]
Interval in seconds at which Pacemaker will attempt to reconnect to a remote node after an active connection to the remote node has been severed. When this value is nonzero, Pacemaker will retry the connection indefinitely, at the specified interval. As with any time-based actions, this is not guaranteed to be checked more frequently than the value of the cluster-recheck-interval cluster option.
Andrew Beekhof <andrew@beekhof.net>
08/07/2022 | Pacemaker Configuration |