1OCF_HEARTBEAT_CLVM(7) OCF resource agents OCF_HEARTBEAT_CLVM(7)
2
3
4
6 ocf_heartbeat_clvm - clvmd
7
9 clvm [start | stop | monitor | meta-data | validate-all]
10
12 This agent manages the clvmd daemon.
13
15 with_cmirrord
16 Start with cmirrord (cluster mirror log daemon).
17
18 (optional, boolean, default false)
19
20 daemon_options
21 Options to clvmd. Refer to clvmd.8 for detailed descriptions.
22
23 (optional, string, default "-d0")
24
25 activate_vgs
26 Whether or not to activate all cluster volume groups after starting
27 the clvmd or not. Note that clustered volume groups will always be
28 deactivated before the clvmd stops regardless of what this option
29 is set to.
30
31 (optional, boolean, default true)
32
33 exclusive
34 If set, only exclusive volume groups will be monitored.
35
36 (optional, boolean, default false)
37
39 This resource agent supports the following actions (operations):
40
41 start
42 Starts the resource. Suggested minimum timeout: 90s.
43
44 stop
45 Stops the resource. Suggested minimum timeout: 90s.
46
47 monitor
48 Performs a detailed status check. Suggested minimum timeout: 90s.
49 Suggested interval: 30s.
50
51 meta-data
52 Retrieves resource agent metadata (internal use only). Suggested
53 minimum timeout: 10s.
54
55 validate-all
56 Performs a validation of the resource configuration. Suggested
57 minimum timeout: 20s.
58
60 The following is an example configuration for a clvm resource using the
61 crm(8) shell:
62
63 primitive p_clvm ocf:heartbeat:clvm \
64 op monitor timeout="90s" interval="30s" depth="0"
65
67 The following is an example configuration for a clvm resource using
68 pcs(8)
69
70 pcs resource create p_clvm ocf:heartbeat:clvm \
71 op monitor timeout="90s" interval="30s" OCF_CHECK_LEVEL="0"
72
74 http://clusterlabs.org/
75
77 ClusterLabs contributors (see the resource agent source for information
78 about individual authors)
79
80
81
82resource-agents UNKNOWN 10/11/2023 OCF_HEARTBEAT_CLVM(7)