Skip to content

Commit 80c7b7c

Browse files
author
Matt Pryor
committed
Update README to reflect fio support in TOC
1 parent ec49b70 commit 80c7b7c

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

README.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
- [OpenFOAM](#openfoam)
1313
- [RDMA Bandwidth](#rdma-bandwidth)
1414
- [RDMA Latency](#rdma-latency)
15+
- [fio](#fio)
16+
- [Operator development](#operator-development)
1517

1618
## Installation
1719

@@ -229,11 +231,12 @@ spec:
229231
- --tclass=96
230232
```
231233

232-
### Filesystem performance characteristics
234+
### fio
233235

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.
237240

238241
Setting `.spec.volumeClaimTemplate` allows the provision of stable storage using
239242
`PersistentVolumes` provisioned by a [`PersistentVolume`](https://kubernetes.io/docs/concepts/storage/persistent-volumes/)
@@ -287,7 +290,6 @@ spec:
287290
python3 -m venv venv
288291
source venv/bin/activate
289292
pip install -U pip
290-
pip install -r python/requirements.txt
291293
pip install -e python
292294

293295
# Set the default image tag

0 commit comments

Comments
 (0)