1OCF_HEARTBEAT_NFSNOT(7)       OCF resource agents      OCF_HEARTBEAT_NFSNOT(7)
2
3
4

NAME

6       ocf_heartbeat_nfsnotify - sm-notify reboot notifications
7

SYNOPSIS

9       nfsnotify [start | stop | monitor | meta-data | validate-all]
10

DESCRIPTION

12       This agent sends NFSv3 reboot notifications to clients which informs
13       clients to reclaim locks.
14

SUPPORTED PARAMETERS

16       source_host
17           Comma separated list of floating IP addresses or host names that
18           clients use to access the nfs service. This will be used to set the
19           source address and mon_name of the SN_NOTIFY reboot notifications.
20
21           (optional, string, no default)
22
23       notify_args
24           Additional arguments to send to the sm-notify command. By default
25           this agent will always set sm-notify's '-f' option. When the
26           source_host option is set, the '-v' option will be used
27           automatically to set the proper source address. Any additional
28           sm-notify arguments set with this option will be used in addition
29           to the previous default arguments.
30
31           (optional, string, default "false")
32

SUPPORTED ACTIONS

34       This resource agent supports the following actions (operations):
35
36       start
37           Starts the resource. Suggested minimum timeout: 90s.
38
39       stop
40           Stops the resource. Suggested minimum timeout: 90s.
41
42       monitor
43           Performs a detailed status check. Suggested minimum timeout: 90s.
44           Suggested interval: 30s.
45
46       reload
47           Suggested minimum timeout: 90s.
48
49       meta-data
50           Retrieves resource agent metadata (internal use only). Suggested
51           minimum timeout: 10s.
52
53       validate-all
54           Performs a validation of the resource configuration. Suggested
55           minimum timeout: 20s.
56

EXAMPLE CRM SHELL

58       The following is an example configuration for a nfsnotify resource
59       using the crm(8) shell:
60
61           primitive p_nfsnotify ocf:heartbeat:nfsnotify \
62             op monitor timeout="90s" interval="30s" depth="0"
63

EXAMPLE PCS

65       The following is an example configuration for a nfsnotify resource
66       using pcs(8)
67
68           pcs resource create p_nfsnotify ocf:heartbeat:nfsnotify \
69             op monitor timeout="90s" interval="30s" OCF_CHECK_LEVEL="0"
70

SEE ALSO

72       http://clusterlabs.org/
73

AUTHOR

75       ClusterLabs contributors (see the resource agent source for information
76       about individual authors)
77
78
79
80resource-agents UNKNOWN           03/25/2021           OCF_HEARTBEAT_NFSNOT(7)
Impressum