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.
20
21 (optional, string, no default)
22
24 This resource agent supports the following actions (operations):
25
26 start
27 Starts the resource. Suggested minimum timeout: 60s.
28
29 stop
30 Stops the resource. Suggested minimum timeout: 60s.
31
32 monitor
33 Performs a detailed status check. Suggested minimum timeout: 60s.
34 Suggested interval: 10s.
35
36 meta-data
37 Retrieves resource agent metadata (internal use only). Suggested
38 minimum timeout: 5s.
39
40 validate-all
41 Performs a validation of the resource configuration. Suggested
42 minimum timeout: 20s.
43
45 The following is an example configuration for a fio resource using the
46 crm(8) shell:
47
48 primitive p_fio ocf:heartbeat:fio \
49 op monitor timeout="60s" interval="10s"
50
52 The following is an example configuration for a fio resource using
53 pcs(8)
54
55 pcs resource create p_fio ocf:heartbeat:fio \
56 op monitor timeout="60s" interval="10s"
57
59 http://clusterlabs.org/
60
62 ClusterLabs contributors (see the resource agent source for information
63 about individual authors)
64
65
66
67resource-agents UNKNOWN 03/15/2019 OCF_HEARTBEAT_FIO(7)