table of contents
OCF_HEARTBEAT_CLVM(7) | OCF resource agents | OCF_HEARTBEAT_CLVM(7) |
NAME¶
ocf_heartbeat_clvm - clvmd
SYNOPSIS¶
clvm [start | stop | monitor | meta-data | validate-all]
DESCRIPTION¶
This agent manages the clvmd daemon.
SUPPORTED PARAMETERS¶
with_cmirrord
(optional, boolean, default false)
daemon_options
(optional, string, default "-d0")
activate_vgs
(optional, boolean, default true)
exclusive
(optional, boolean, default false)
SUPPORTED ACTIONS¶
This resource agent supports the following actions (operations):
start
stop
monitor
meta-data
validate-all
EXAMPLE CRM SHELL¶
The following is an example configuration for a clvm resource using the crm(8) shell:
primitive p_clvm ocf:heartbeat:clvm \
op monitor timeout="90s" interval="30s" depth="0"
EXAMPLE PCS¶
The following is an example configuration for a clvm resource using pcs(8)
pcs resource create p_clvm ocf:heartbeat:clvm \
op monitor timeout="90s" interval="30s" OCF_CHECK_LEVEL="0"
SEE ALSO¶
AUTHOR¶
ClusterLabs contributors (see the resource agent source for information about individual authors)
10/05/2024 | resource-agents 4.15.1-2 |