hello,
i am trying to build a VMware iscsi datastore so i can replace my quantastor because :
a) i cant use software raid with nvme devices(or any device)
b) i cant boot from USB
c) i want to play with HA and cant afford the licensing cost.
d) esos its just awesome. I love the old school tui :)
i setup 2 similar setups with the same hardware and used 4 esxi as initiators.
Setup A
HP DL380G8 with 4 x 10GB eth and 1 x nvme intel pcie p3700 1.6 TB running osnexus quantastor. I exposed the raw device and added it to the esxi cluster with multipath. Run some tests got 160k iops with fio easily , while the disk alone gets 200k from the quantastor console.
Setup B
HP DL380G8 with 4 x 10GB eth and 1 x nvme intel pcie p3700 1.6 TB running esos 4.
I exposed the raw device with vdisk_blockio and added it to the esxi with multipath configured. Run the same tests but this time i got 40k max. A single worker process would max it so it got me thinking there must be some problem with multipath. I went to console and tried :
cat /sys/module/nvme_core/parameters/multipath
i got an error saying that cat: can't open '/sys/module/nvme_core/parameters/multipath': No such file or directory so i figured out nvme multipath wasn't enabled.
Is there any way to enable it? Is that the problem or i missed something ?
Thank you in advance.