1OCF_HEARTBEAT_EVMSD(7) OCF resource agents OCF_HEARTBEAT_EVMSD(7)
2
3
4
6 ocf_heartbeat_Evmsd - Controls clustered EVMS volume management
7 (deprecated)
8
10 Evmsd [start | stop | monitor | meta-data]
11
13 Deprecation warning: EVMS is no longer actively maintained and should
14 not be used. This agent is deprecated and may be removed from a future
15 release. -- This is a Evmsd Resource Agent.
16
18 ignore_deprecation
19 If set to true, suppresses the deprecation warning for this agent.
20
21 (optional, boolean, default false)
22
24 This resource agent supports the following actions (operations):
25
26 start
27 Starts the resource. Suggested minimum timeout: 20s.
28
29 stop
30 Stops the resource. Suggested minimum timeout: 20s.
31
32 monitor
33 Performs a detailed status check. Suggested minimum timeout: 20s.
34 Suggested interval: 10s.
35
36 meta-data
37 Retrieves resource agent metadata (internal use only). Suggested
38 minimum timeout: 5s.
39
41 The following is an example configuration for a Evmsd resource using
42 the crm(8) shell:
43
44 primitive p_Evmsd ocf:heartbeat:Evmsd \
45 op monitor timeout="20s" interval="10s" depth="0"
46
48 The following is an example configuration for a Evmsd resource using
49 pcs(8)
50
51 pcs resource create p_Evmsd ocf:heartbeat:Evmsd \
52 op monitor timeout="20s" interval="10s" OCF_CHECK_LEVEL="0"
53
55 http://clusterlabs.org/
56
58 ClusterLabs contributors (see the resource agent source for information
59 about individual authors)
60
61
62
63resource-agents UNKNOWN 01/25/2023 OCF_HEARTBEAT_EVMSD(7)