OCF_HEARTBEAT_LVM(7) | OCF resource agents | OCF_HEARTBEAT_LVM(7) |
ocf_heartbeat_LVM - Controls the availability of an LVM Volume Group
LVM [start | stop | status | monitor | meta-data | validate-all]
Resource script for LVM. It manages an Linux Volume Manager volume (LVM) as an HA resource.
volgrpname
(unique, required, string, no default)
exclusive
(optional, boolean, default false)
tag
(optional, string, default "pacemaker")
partial_activation
(optional, string, default "false")
This resource agent supports the following actions (operations):
start
stop
status
monitor
methods
meta-data
validate-all
The following is an example configuration for a LVM resource using the crm(8) shell:
primitive p_LVM ocf:heartbeat:LVM \
params \
volgrpname=string \
op monitor depth="0" timeout="30s" interval="10s"
The following is an example configuration for a LVM resource using pcs(8)
pcs resource create p_LVM ocf:heartbeat:LVM \
volgrpname=string \
op monitor OCF_CHECK_LEVEL="0" timeout="30s" interval="10s"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |