I even added a cron entry on reboot to no avail:
@reboot mount -t configfs none /config
I'm not sure why but it only works after issuing the mount command from shell.
I used ls to test config was mounted correctly as shown:
root@Home-Server-U1:/config# ls pci_ep rdma_cm target
Really not sure what I can do as the only way I can get Open SCSI to work is to issue the mount command from shell upon reboot and then restart the Open-SCSI service, mounting via any other mechanism does not work and I can't understand why?
Details: Running Proxmox 5.3 (Debian 9): Open ISCSI Version:
Target fabric module iscsi: Datera Inc. iSCSI Target v4.1.0
(https://packages.debian.org/stretch/admin/targetcli-fb)Open-ISCSI fails to detect ConfigFS is mounted and only works after issuing
mount -t configfs none /config
returning:mount: none is already mounted or /config busy none is already mounted on /config"
Fstab Entry:
configfs /config configfs defaults 0 0
Systemd Mount: (/lib/systemd/system/config.mount)
I even added a cron entry on reboot to no avail:
@reboot mount -t configfs none /config
I'm not sure why but it only works after issuing the mount command from shell. I used ls to test config was mounted correctly as shown:
root@Home-Server-U1:/config# ls pci_ep rdma_cm target
Really not sure what I can do as the only way I can get Open SCSI to work is to issue the mount command from shell upon reboot and then restart the Open-SCSI service, mounting via any other mechanism does not work and I can't understand why?
Any ideas what this might pertain to? Thanks