I put one of my 6TB HDDs into a QNAP desktop NAS - it's a single bay device - and successfully set it up as an iSCSI target.
Then I used a Windows workstation as an initiator and it successfully connected the disk over several reboots.
Then I broke the connection between the Windows machine and the QNAP and used the ISCSI utils in my SME 10.1 to connect to it. It was actually really easy - I followed the how to info at
https://www.itzgeek.com/how-tos/linux/centos-how-tos/configure-iscsi-target-initiator-on-centos-7-rhel7.htmlThe big problem is that, having done everything in the instructions, including adding the UUID of the target into fstab, the connection does not persist across reboots.
I've spent some hours researching possible causes, and spotted some information on making the connection 'lazily,' which seems to mean launching the connection routine after the iSCSI service has started.
Can anyone point me down the right path to set this up? It was great to see 5.33TB of storage mounted in /home but having to do it by hand each time isn't going to be much use.
Ed Form