You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi experts,
I have a nvme driver on hand and tested the performance of tcmu-runner.
The following is my test steps:
make filesystem on the nvme driver.
use qemu-img create a raw image on the new created filesystem.
use this image as lio backstore, and create the iscsi LUN.
login iscsi target
run fio on the new attached LUN.
fio command:
fio --name=nvme --file=/dev/sdn --rw=randwrite --bs=4k --iodepth=32 --size=10G --direct=1 --ioengine=libaio
the iops is 45k.
run fio on the mounted filesystem directly(nvme driver).
the iops is 220k.
Any idea why the iops down graded so many? How could I improve the performance?
Thanks.
The text was updated successfully, but these errors were encountered:
Hi experts,
I have a nvme driver on hand and tested the performance of tcmu-runner.
The following is my test steps:
make filesystem on the nvme driver.
use qemu-img create a raw image on the new created filesystem.
use this image as lio backstore, and create the iscsi LUN.
login iscsi target
run fio on the new attached LUN.
fio command:
fio --name=nvme --file=/dev/sdn --rw=randwrite --bs=4k --iodepth=32 --size=10G --direct=1 --ioengine=libaio
the iops is 45k.
run fio on the mounted filesystem directly(nvme driver).
the iops is 220k.
Any idea why the iops down graded so many? How could I improve the performance?
Thanks.
The text was updated successfully, but these errors were encountered: