Fork the project and create your test folder in results folder.
Name it, as you feel appropriate.
Create a README.md file to help other get a sense of your setup, you can take a look at other folders.
First to help other, we need to know which kind of hardware you use:
hwinfo --disk > ./hw
Evaluate the network performance between pods and ceph cluster nodes. We'll use iperf for that.
iperf -s
iperf -c $IP -i1 -t 10 > net
From the host, format your disk, mount it on /mnt/disk/ and run:
docker run -it -v /mnt/disk:/test pierreozoux/fio > raw
Once you have deployed the rook operator as described in the documentation, please proceed to deploy the same cluster:
kubectl create -f k8s/rook-cluster.yaml
kubectl create -f k8s/rook-storageclass.yaml
The important parameter here are:
Once your cluster is running and healthy:
kubectl create -f k8s/test.yaml
You can now PR, and compare to others.
Content type
Image
Digest
Size
64.6 MB
Last updated
over 8 years ago
docker pull pierreozoux/fio