Hello,
I have a 5 node cluster with a Dell Compellent sc2020 with 7 SSD disk with mutlipath as storage .
On Windows virtual machines when I do a CrystalDisk benchmark we have a little over 22000 IOPS but when I do a fio test on Linux machines never got over 4800 IOPS.
So in windows the performance its OK, always coud be more but no complaints, but in Linux the performance is poor.
I think the problems is that Linux machine not detecte de virtio disks as SSD disk. If check if the kernel see disks as HD or SSD I always get this:
cat /sys/block/vda/queue/rotational
1
Either if I change this to 0:
echo 0 > /sys/block/vda/queue/rotational
And then do a fio test the result is the same.
Could anyone help me?
Thanks in advance
I have a 5 node cluster with a Dell Compellent sc2020 with 7 SSD disk with mutlipath as storage .
On Windows virtual machines when I do a CrystalDisk benchmark we have a little over 22000 IOPS but when I do a fio test on Linux machines never got over 4800 IOPS.
So in windows the performance its OK, always coud be more but no complaints, but in Linux the performance is poor.
I think the problems is that Linux machine not detecte de virtio disks as SSD disk. If check if the kernel see disks as HD or SSD I always get this:
cat /sys/block/vda/queue/rotational
1
Either if I change this to 0:
echo 0 > /sys/block/vda/queue/rotational
And then do a fio test the result is the same.
Could anyone help me?
Thanks in advance