1OCF_HEARTBEAT_FIO(7)          OCF resource agents         OCF_HEARTBEAT_FIO(7)
2
3
4

NAME

6       ocf_heartbeat_fio - fio IO load generator
7

SYNOPSIS

9       fio [start | stop | monitor | meta-data | validate-all]
10

DESCRIPTION

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

SUPPORTED PARAMETERS

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

SUPPORTED ACTIONS

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

EXAMPLE CRM SHELL

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

EXAMPLE PCS

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

SEE ALSO

59       http://clusterlabs.org/
60

AUTHOR

62       ClusterLabs contributors (see the resource agent source for information
63       about individual authors)
64
65
66
67resource-agents UNKNOWN           04/06/2022              OCF_HEARTBEAT_FIO(7)
Impressum