1OCF_HEARTBEAT_NFSNOT(7) OCF resource agents OCF_HEARTBEAT_NFSNOT(7)
2
3
4
6 ocf_heartbeat_nfsnotify - sm-notify reboot notifications
7
9 nfsnotify [start | stop | monitor | meta-data | validate-all]
10
12 This agent sends NFSv3 reboot notifications to clients which informs
13 clients to reclaim locks.
14
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, no default)
32
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
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
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
72 http://clusterlabs.org/
73
75 ClusterLabs contributors (see the resource agent source for information
76 about individual authors)
77
78
79
80resource-agents UNKNOWN 11/03/2021 OCF_HEARTBEAT_NFSNOT(7)