OCF_HEARTBEAT_AOETAR(7) | OCF resource agents | OCF_HEARTBEAT_AOETAR(7) |
ocf_heartbeat_AoEtarget - Manages ATA-over-Ethernet (AoE) target exports
AoEtarget [start | stop | monitor | meta-data | validate-all]
This resource agent manages an ATA-over-Ethernet (AoE) target using vblade. It exports any block device, or file, as an AoE target using the specified Ethernet device, shelf, and slot number.
device
(required, string, no default)
nic
(required, string, default "eth0")
shelf
(optional, integer, no default)
slot
(required, integer, no default)
pid
(unique, optional, string, default "/run/resource-agents/AoEtarget-RESOURCE_ID.pid")
binary
(optional, string, default "/usr/sbin/vblade")
This resource agent supports the following actions (operations):
start
stop
monitor
reload
meta-data
validate-all
The following is an example configuration for a AoEtarget resource using the crm(8) shell:
primitive p_AoEtarget ocf:heartbeat:AoEtarget \
params \
device=string \
nic="eth0" \
slot=integer \
op monitor timeout="15s" interval="10s" depth="0"
The following is an example configuration for a AoEtarget resource using pcs(8)
pcs resource create p_AoEtarget ocf:heartbeat:AoEtarget \
device=string \
nic="eth0" \
slot=integer \
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 |