I'm curious as to what other folks are doing for mounting iSCSI volumes at boot time. I've successfully configured iscsid, and mounting the volume manually works as expected.
I found this article [1] which suggests that hotplugd should be used. I also found this old presentation [2] which suggests it should "just work" with an entry in /etc/fstab. Maybe I did not get this correct, as: <duid>.a /mnt/test ffs rw,noatime,nodev,nosuid,nofail 1 2 causes the machine to go into single-user mode on boot (presumably because the iSCSI daemon hasn't yet started). Am I missing something here? Is hotplugd the preferred way to accomplish this? Thanks. [1]: https://www.bsdhowto.ch/automount.html [2]: https://www.slideshare.net/eurobsdcon/claudio-iscsid