1OCF_HEARTBEAT_AOETAR(7) OCF resource agents OCF_HEARTBEAT_AOETAR(7)
2
3
4
6 ocf_heartbeat_AoEtarget - Manages ATA-over-Ethernet (AoE) target
7 exports
8
10 AoEtarget [start | stop | monitor | meta-data | validate-all]
11
13 This resource agent manages an ATA-over-Ethernet (AoE) target using
14 vblade. It exports any block device, or file, as an AoE target using
15 the specified Ethernet device, shelf, and slot number.
16
18 device
19 The local block device (or file) to export as an AoE target.
20 (required, string, no default)
21
22 nic
23 The local Ethernet interface to use for exporting this AoE target.
24 (required, string, default eth0)
25
26 shelf
27 The AoE shelf number to use when exporting this target. (optional,
28 integer, no default)
29
30 slot
31 The AoE slot number to use when exporting this target. (required,
32 integer, no default)
33
34 pid
35 The file to record the daemon pid to. (unique, optional, string,
36 default /var/run/heartbeat/rsctmp/AoEtarget-default.pid)
37
38 binary
39 Location of the vblade binary. (optional, string, default
40 /usr/sbin/vblade)
41
43 This resource agent supports the following actions (operations):
44
45 start
46 Starts the resource. Suggested minimum timeout: 15.
47
48 stop
49 Stops the resource. Suggested minimum timeout: 15.
50
51 monitor
52 Performs a detailed status check. Suggested minimum timeout: 15.
53 Suggested interval: 10.
54
55 reload
56 Suggested minimum timeout: 15.
57
58 meta-data
59 Retrieves resource agent metadata (internal use only). Suggested
60 minimum timeout: 5.
61
62 validate-all
63 Performs a validation of the resource configuration. Suggested
64 minimum timeout: 15.
65
67 The following is an example configuration for a AoEtarget resource
68 using the crm(8) shell:
69
70 primitive p_AoEtarget ocf:heartbeat:AoEtarget \
71 params \
72 device=string \
73 nic="eth0" \
74 slot=integer \
75 op monitor timeout="15" interval="10" depth="0"
76
78 http://www.linux-ha.org/wiki/AoEtarget_(resource_agent)
79
81 Linux-HA contributors (see the resource agent source for information
82 about individual authors)
83
84
85
86resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_AOETAR(7)