OCF_HEARTBEAT_GCP-P(7) | OCF resource agents | OCF_HEARTBEAT_GCP-P(7) |
ocf_heartbeat_gcp-pd-move - Attach/Detach a persistent disk on current GCP instance
gcp-pd-move [start | stop | monitor | meta-data]
Resource Agent that can attach or detach a regional/zonal disk on current GCP instance. Requirements :
- Disk has to be properly created as regional/zonal in order to be used correctly.
disk_name
(unique, required, string, no default)
disk_scope
(optional, string, default "detect")
disk_csek_file
(optional, string, no default)
mode
(optional, string, default "READ_WRITE")
device_name
(optional, boolean, default false)
stackdriver_logging
(optional, string, default "no")
This resource agent supports the following actions (operations):
start
stop
monitor
meta-data
The following is an example configuration for a gcp-pd-move resource using the crm(8) shell:
primitive p_gcp-pd-move ocf:heartbeat:gcp-pd-move \
params \
disk_name=string \
op monitor timeout="15s" interval="10s" depth="0"
The following is an example configuration for a gcp-pd-move resource using pcs(8)
pcs resource create p_gcp-pd-move ocf:heartbeat:gcp-pd-move \
disk_name=string \
op monitor timeout="15s" interval="10s" OCF_CHECK_LEVEL="0"
http://clusterlabs.org/
ClusterLabs contributors (see the resource agent source for information about individual authors)
04/13/2023 | resource-agents 4.12.0-2 |