1OCF_HEARTBEAT_VDO-V(7) OCF resource agents OCF_HEARTBEAT_VDO-V(7)
2
3
4
6 ocf_heartbeat_vdo-vol - VDO resource agent
7
9 vdo-vol [start | stop | status | monitor | meta-data | validate-all]
10
12 OCF Resource script for VDO (Virtual Data Optimizer) volume(s). It
13 manages VDO volume(s) as a HA resource.
14
15 The configuration file needs to be synced to all nodes, and the systemd
16 vdo service must be disabled when using this agent.
17
19 config
20 Configuration file
21
22 (optional, string, no default)
23
24 volume
25 VDO Volume (leave empty for all)
26
27 (optional, string, no default)
28
30 This resource agent supports the following actions (operations):
31
32 start
33 Starts the resource. Suggested minimum timeout: 60s.
34
35 stop
36 Stops the resource. Suggested minimum timeout: 20s.
37
38 status
39 Performs a status check. Suggested minimum timeout: 20s.
40
41 monitor
42 Performs a detailed status check. Suggested minimum timeout: 20s.
43 Suggested interval: 10s.
44
45 validate-all
46 Performs a validation of the resource configuration. Suggested
47 minimum timeout: 20s.
48
49 meta-data
50 Retrieves resource agent metadata (internal use only). Suggested
51 minimum timeout: 20s.
52
54 The following is an example configuration for a vdo-vol resource using
55 the crm(8) shell:
56
57 primitive p_vdo-vol ocf:heartbeat:vdo-vol \
58 op monitor depth="0" timeout="20s" interval="10s" start-delay="10s"
59
61 The following is an example configuration for a vdo-vol resource using
62 pcs(8)
63
64 pcs resource create p_vdo-vol ocf:heartbeat:vdo-vol \
65 op monitor OCF_CHECK_LEVEL="0" timeout="20s" interval="10s" start-delay="10s"
66
68 http://clusterlabs.org/
69
71 ClusterLabs contributors (see the resource agent source for information
72 about individual authors)
73
74
75
76resource-agents UNKNOWN 11/03/2021 OCF_HEARTBEAT_VDO-V(7)