1OCF_HEARTBEAT_FIO(7) OCF resource agents OCF_HEARTBEAT_FIO(7)
2
3
4
6 ocf_heartbeat_fio - fio IO load generator
7
9 fio [start | stop | monitor | meta-data | validate-all]
10
12 fio is a generic I/O load generator. This RA allows start/stop of fio
13 instances to simulate load on a cluster without configuring complex
14 services.
15
17 args
18 Arguments to the fio client. Minimally, this should be a (list of)
19 job descriptions to run. (optional, string, no default)
20
22 This resource agent supports the following actions (operations):
23
24 start
25 Starts the resource. Suggested minimum timeout: 60.
26
27 stop
28 Stops the resource. Suggested minimum timeout: 60.
29
30 monitor
31 Performs a detailed status check. Suggested minimum timeout: 60.
32 Suggested interval: 10.
33
34 meta-data
35 Retrieves resource agent metadata (internal use only). Suggested
36 minimum timeout: 5.
37
38 validate-all
39 Performs a validation of the resource configuration. Suggested
40 minimum timeout: 20.
41
43 The following is an example configuration for a fio resource using the
44 crm(8) shell:
45
46 primitive p_fio ocf:heartbeat:fio \
47 op monitor timeout="60" interval="10"
48
50 http://www.linux-ha.org/wiki/fio_(resource_agent)
51
53 Linux-HA contributors (see the resource agent source for information
54 about individual authors)
55
56
57
58resource-agents 3.9.2 07/08/2011 OCF_HEARTBEAT_FIO(7)