Skip to content

Commit c64a003

Browse files
committed
Add a RWX example manifest
1 parent cae7c20 commit c64a003

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed
Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
apiVersion: perftest.stackhpc.com/v1alpha1
2+
kind: BenchmarkSet
3+
metadata:
4+
name: fio-rook-nfs
5+
spec:
6+
template:
7+
apiVersion: perftest.stackhpc.com/v1alpha1
8+
kind: Fio
9+
spec:
10+
direct: 1
11+
imagePullPolicy: Always
12+
iodepth: 8
13+
ioengine: libaio
14+
nrfiles: 1
15+
numWorkers: 1
16+
percentageRandom: 100
17+
runtime: 10s
18+
rw: read
19+
rwmixread: 50
20+
size: 100M
21+
thread: false
22+
hostNetwork: false
23+
volumeClaimTemplate:
24+
storageClassName: rook-nfs-share1
25+
accessModes:
26+
- ReadWriteMany
27+
resources:
28+
requests:
29+
storage: 50Gi
30+
permutations:
31+
product:
32+
numJobs: [2,4]
33+
rw: ['read', "write", "randrw", "rw,readwrite"]
34+
bs: ['32k', '1M', '4M']

0 commit comments

Comments
 (0)