-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathconfig.file
More file actions
58 lines (55 loc) · 1.4 KB
/
Copy pathconfig.file
File metadata and controls
58 lines (55 loc) · 1.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
# Storage Parameters
#---------------
storageclass=ocs-storagecluster-ceph-rbd
#
## volumemode: Block | Filesystem ( depends on the storageclass)
volumemode=Block
#
## accessmode: ReadWriteOnce | ReadWriteMany (applicable only for VMs)
accessmode=ReadWriteMany
#
# FIO Execution Parameters
#-------------------------
# platform options: bm|hcp (bm: baremetal, hcp: Hosted Control Planes)
platform=bm
# If hcp option is selected, make sure that hcp_consumers.lst is properly
# populated with cluster kubeconfig contexts
#
# unit option: pod | vm
unit=vm
# ----------------------
#
server=2
sample=1
#
# Prefill options: true|false (not applicable for filesystem based storage)
prefill=false
# Storage size should be larger than 'numjob x size'; make sure there
# is no invisible trailing characters
storage(Gi)=50
#----------------------------------------------
# ioengine=libaio # Fixed
# filename=/dev/rbd0 # Fixed for ocs-storagecluster-ceph-rbd
# directory=/mnt/pvc # Fixed for ocs-storagecluster-cephfs
#----------------------------------------------
# FIO Parameters
#---------------
# 'rw' and 'bs' parameters support multiple arguments separated by space
rw=randwrite
bs=4K
iodepth=64
numjobs=1
size=5G
direct=1
time_based=1
#ramp_time=180
runtime=300
log_avg_msec=5000
## More supported fio parameters:
# For Mixed read/write IOPS
#rw=randrw
#rwmixread=70
# --------------
# For Fixed IOPS
#rate_iops=1000
# --------------