Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

poor performance when use qcow backend #604

Open
winglq opened this issue Dec 13, 2019 · 0 comments
Open

poor performance when use qcow backend #604

winglq opened this issue Dec 13, 2019 · 0 comments

Comments

@winglq
Copy link

winglq commented Dec 13, 2019

Hi experts,
I have a nvme driver on hand and tested the performance of tcmu-runner.
The following is my test steps:

  1. make filesystem on the nvme driver.

  2. use qemu-img create a raw image on the new created filesystem.

  3. use this image as lio backstore, and create the iscsi LUN.

  4. login iscsi target

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

  6. the iops is 45k.

  7. run fio on the mounted filesystem directly(nvme driver).

  8. the iops is 220k.

Any idea why the iops down graded so many? How could I improve the performance?
Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant