File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 12
12
- [ OpenFOAM] ( #openfoam )
13
13
- [ RDMA Bandwidth] ( #rdma-bandwidth )
14
14
- [ RDMA Latency] ( #rdma-latency )
15
+ - [ fio] ( #fio )
16
+ - [ Operator development] ( #operator-development )
15
17
16
18
## Installation
17
19
@@ -229,11 +231,12 @@ spec:
229
231
- --tclass=96
230
232
` ` `
231
233
232
- # ## Filesystem performance characteristics
234
+ # ## fio
233
235
234
- Runs filesystem performance benchmarking using [fio](https://fio.readthedocs.io). All
235
- available `spec` options are given below. Fio configration options match broadly with
236
- those defined in the fio documentation.
236
+ Runs filesystem performance benchmarking using [fio](https://fio.readthedocs.io) to
237
+ determine filesystem performance characteristics. All available `spec` options are
238
+ given below. Fio configration options match broadly with those defined in the fio
239
+ documentation.
237
240
238
241
Setting `.spec.volumeClaimTemplate` allows the provision of stable storage using
239
242
` PersistentVolumes` provisioned by a [`PersistentVolume`](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
@@ -287,7 +290,6 @@ spec:
287
290
python3 -m venv venv
288
291
source venv/bin/activate
289
292
pip install -U pip
290
- pip install -r python/requirements.txt
291
293
pip install -e python
292
294
293
295
# Set the default image tag
You can’t perform that action at this time.
0 commit comments