adamant-kite-43734
03/11/2026, 4:21 PMworried-state-78253
03/11/2026, 4:23 PMbland-article-62755
03/11/2026, 4:26 PMworried-state-78253
03/11/2026, 4:27 PMbland-article-62755
03/11/2026, 4:28 PMbest-effort ?worried-state-78253
03/11/2026, 4:28 PMworried-state-78253
03/11/2026, 4:29 PMworried-state-78253
03/11/2026, 4:41 PMworried-state-78253
03/11/2026, 4:44 PMcreamy-pencil-82913
03/11/2026, 4:57 PMworried-state-78253
03/11/2026, 5:01 PMprehistoric-morning-49258
03/11/2026, 5:04 PMworried-state-78253
03/11/2026, 5:04 PMworried-state-78253
03/11/2026, 5:04 PMworried-state-78253
03/11/2026, 5:05 PMprehistoric-morning-49258
03/11/2026, 5:09 PMworried-state-78253
03/11/2026, 5:11 PMworried-state-78253
03/11/2026, 5:11 PMprehistoric-morning-49258
03/11/2026, 5:14 PMworried-state-78253
03/11/2026, 5:58 PMgorgeous-guitar-43479
03/11/2026, 6:04 PMharvester_install_device = "/dev/disk/by-path/pci-0000:82:00.0-nvme-1"
harvester_install_data_disk = "/dev/disk/by-path/pci-0000:83:00.0-nvme-1"
spdk_disks = {
spdk-c2 = "0000:c2:00.0"
spdk-c3 = "0000:c3:00.0"
spdk-c4 = "0000:c4:00.0"
spdk-c5 = "0000:c5:00.0"
}gorgeous-guitar-43479
03/11/2026, 6:05 PMgorgeous-guitar-43479
03/11/2026, 6:09 PMapiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: fio-v2r1-pvc
spec:
accessModes:
- ReadWriteOnce
storageClassName: longhorn-v2-r1
resources:
requests:
storage: 10Gi
---
apiVersion: v1
kind: Pod
metadata:
name: fio-v2r1
spec:
restartPolicy: Never
containers:
- name: fio
image: nixery.dev/shell/fio
command:
- fio
- --name=randwrite
- --filename=/data/testfile
- --size=4G
- --bs=4k
- --rw=randwrite
- --iodepth=32
- --ioengine=libaio
- --direct=1
- --numjobs=4
- --runtime=60
- --time_based
- --group_reporting
volumeMounts:
- mountPath: /data
name: data
volumes:
- name: data
persistentVolumeClaim:
claimName: fio-v2r1-pvc
The results I get:
210k IOPS
820 MiB/s write bandwidth
average latency around 609 µs
p99 around 2.2 ms
p99.9 around 12 msgorgeous-guitar-43479
03/11/2026, 6:37 PMambitious-daybreak-95996
03/12/2026, 1:26 AMworried-state-78253
03/12/2026, 10:25 AMrhythmic-article-81903
03/12/2026, 12:10 PMworried-state-78253
03/12/2026, 12:14 PMworried-state-78253
03/12/2026, 12:16 PMrhythmic-article-81903
03/12/2026, 12:16 PMworried-state-78253
03/12/2026, 12:17 PMworried-state-78253
03/12/2026, 12:18 PMrhythmic-article-81903
03/12/2026, 12:21 PMrhythmic-article-81903
03/12/2026, 12:22 PMworried-state-78253
03/12/2026, 12:28 PMrhythmic-article-81903
03/12/2026, 12:29 PMworried-state-78253
03/12/2026, 12:30 PMrhythmic-article-81903
03/12/2026, 12:30 PMworried-state-78253
03/12/2026, 12:31 PMworried-state-78253
03/12/2026, 12:32 PMrhythmic-article-81903
03/12/2026, 12:33 PMrhythmic-article-81903
03/12/2026, 12:33 PMrhythmic-article-81903
03/12/2026, 12:33 PMworried-state-78253
03/12/2026, 12:34 PMbrainy-kilobyte-33711
03/12/2026, 3:57 PMrhythmic-article-81903
03/12/2026, 4:02 PMbrainy-kilobyte-33711
03/12/2026, 4:03 PMrhythmic-article-81903
03/12/2026, 4:03 PMrhythmic-article-81903
03/12/2026, 4:04 PMbland-article-62755
03/12/2026, 4:11 PMbland-article-62755
03/12/2026, 4:12 PMbrainy-kilobyte-33711
03/12/2026, 4:14 PMbland-article-62755
03/12/2026, 4:14 PMbland-article-62755
03/12/2026, 4:15 PMbland-article-62755
03/12/2026, 4:16 PMbland-article-62755
03/12/2026, 4:17 PMbrainy-kilobyte-33711
03/12/2026, 4:27 PM