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

NAME

6       ocf_heartbeat_clvm - clvmd
7

SYNOPSIS

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

DESCRIPTION

12       This agent manages the clvmd daemon.
13

SUPPORTED PARAMETERS

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

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       meta-data
47           Retrieves resource agent metadata (internal use only). Suggested
48           minimum timeout: 10s.
49
50       validate-all
51           Performs a validation of the resource configuration. Suggested
52           minimum timeout: 20s.
53

EXAMPLE CRM SHELL

55       The following is an example configuration for a clvm resource using the
56       crm(8) shell:
57
58           primitive p_clvm ocf:heartbeat:clvm \
59             op monitor timeout="90s" interval="30s" depth="0"
60

EXAMPLE PCS

62       The following is an example configuration for a clvm resource using
63       pcs(8)
64
65           pcs resource create p_clvm ocf:heartbeat:clvm \
66             op monitor timeout="90s" interval="30s" depth="0"
67

SEE ALSO

69       http://clusterlabs.org/
70

AUTHOR

72       ClusterLabs contributors (see the resource agent source for information
73       about individual authors)
74
75
76
77resource-agents UNKNOWN           03/14/2019             OCF_HEARTBEAT_CLVM(7)
Impressum