GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
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
The local block device (or file) to export as an AoE target.

(required, string, no default)

nic

The local Ethernet interface to use for exporting this AoE target.

(required, string, default "eth0")

shelf

The AoE shelf number to use when exporting this target.

(optional, integer, no default)

slot

The AoE slot number to use when exporting this target.

(required, integer, no default)

pid

The file to record the daemon pid to.

(unique, optional, string, default "/var/run/resource-agents/AoEtarget-RESOURCE_ID.pid")

binary

Location of the vblade binary.

(optional, string, default "/usr/sbin/vblade")

This resource agent supports the following actions (operations):

start

Starts the resource. Suggested minimum timeout: 15s.

stop

Stops the resource. Suggested minimum timeout: 15s.

monitor

Performs a detailed status check. Suggested minimum timeout: 15s. Suggested interval: 10s.

reload

Suggested minimum timeout: 15s.

meta-data

Retrieves resource agent metadata (internal use only). Suggested minimum timeout: 5s.

validate-all

Performs a validation of the resource configuration. Suggested minimum timeout: 15s.

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/12/2022 resource-agents 4.10.0

Search for    or go to Top of page |  Section 7 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.