- Solved
I used to be able to use
SPIKE.HOME.SOMENAME.ORG_docker
In MAIN-Unassigned Devices-NFS Shares. I.e the mount button worked and was not grey. Now even if create a new share, select 'Load Servers' (which returns the FQDN above) and 'Load Shares', the button is 'MOUNT' button is grey and will unable to interact. If I manually put in the IP address, then the share is mounted and 'MOUNT' button works.
Log shows:
unassigned.devices: Remote server 'SPIKE.HOME.SOMENAME.ORG' cannot be found on the LAN.
If I manually create the mountpoint and run the command, the mount button in the UI will become available but the mount point will no longer be a link:
/sbin/mount -t 'nfs' -o rw,soft,noac,noatime,nodiratime,retrans=4,timeo=300 'SPIKE.HOME.SOMENAME.ORG:/docker' '/mnt/remotes/SPIKE.HOME.SOMENAME.ORG_docker'