Yesterday I did my first OMV install and it's looking good so far. I was even able to get ISCSI TGT up running on my first attempt. I also tried to install the zfs plugins but it failed on install for some reason and I didn't get the fault messages. So my ISCSI backing store ended up at raid 5 system /dev/md0 with an image on /mnt/iSCSI with no filesystem. In Windows, I formatted the filesystem in exFAT since I also like to access my iSCSI from my Mac. Would zfs make my iSCSI faster or are there other things I can do to make the system faster and/or safer? Can I for instance add CHAP authenticating by adding some extra options?
My system:
OMV 5.6.20-1 Usul
OMV running from a small spinning HDD (300GB)
i5 4670K @ 3400GHz, 16GB ram
At the time running 1Gb Lan but is waiting for my 10Gb equipment to arrive in some days.
Output of: omv-showkey tgt from my system:
<tgt>
<enable>1</enable>
<extraoptions></extraoptions>
<targets>
<target>
<uuid>26d3ad41-fd5f-4a67-997c-f27d4dffadd1</uuid>
<enable>1</enable>
<name>FilServ</name>
<iqn>iqn.2021-11.local.omv:filserv</iqn>
<backingstore>/dev/md0</backingstore>
<initiatoraddress>192.168.68.100 192.168.68.250</initiatoraddress>
<extraoptions></extraoptions>
</target>
</targets>
<images>
<image>
<uuid>1ed802ef-65d7-4443-8b33-70d50779ff65</uuid>
<path>/mnt/iscsi</path>
</image>
</images>
</tgt>
Display More
A thankful OMV and iSCSI user