table of contents
OCF_HEARTBEAT_NFSNOT(7) | OCF resource agents | OCF_HEARTBEAT_NFSNOT(7) |
NAME¶
ocf_heartbeat_nfsnotify - sm-notify reboot notifications
SYNOPSIS¶
nfsnotify [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
This agent sends NFSv3 reboot notifications to clients which informs clients to reclaim locks.
SUPPORTED PARAMETERS¶
source_host
(optional, string, no default)
notify_args
(optional, string, no default)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
reload
meta-data
validate-all
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="90s" interval="30s" 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="90s" interval="30s" OCF_CHECK_LEVEL="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |