ocf_heartbeat_nfsnotify (7) Linux Manual Page
ocf_heartbeat_nfsnotify – sm-notify reboot notifications
Synopsis
- nfsnotify [start | stop | monitor | meta-data | validate-all]
Description
Supported Parameters
source_host
- Comma separated list of floating IP addresses or host names that clients use to access the nfs service. This will be used to set the source address and mon_name of the SN_NOTIFY reboot notifications.
(optional, string, no default)
notify_args
- Additional arguments to send to the sm-notify command. By default this agent will always set sm-notify’s ‘-f’ option. When the source_host option is set, the ‘-v’ option will be used automatically to set the proper source address. Any additional sm-notify arguments set with this option will be used in addition to the previous default arguments.
(optional, string, default "false")
Supported Actions
This resource agent supports the following actions (operations):
start
- Starts the resource. Suggested minimum timeout: 90.
stop
- Stops the resource. Suggested minimum timeout: 90.
monitor
- Performs a detailed status check. Suggested minimum timeout: 90. Suggested interval: 30.
reload
- Suggested minimum timeout: 90.
meta-data
- Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 10.
validate-all
- Performs a validation of the resource configuration. Suggested minimum timeout: 20.
Example Crm Shell
The following is an example configuration for a nfsnotify resource using the crm(8) shell:
-
primitive p_nfsnotify ocf:heartbeat:nfsnotify \ op monitor timeout="90" interval="30" depth="0"
Example Pcs
The following is an example configuration for a nfsnotify resource using pcs(8)
-
pcs resource create p_nfsnotify ocf:heartbeat:nfsnotify \ op monitor timeout="90" interval="30" depth="0"
See Also
m[blue]http://www.linux-ha.org/wiki/nfsnotify_(resource_agent)m[]
Author
Linux-HA contributors (see the resource agent source for information about individual authors)
