hi can any one help fog seems to be unable to mount the image in the deploy or image process, I however can access the nfs shares fine from my ubuntu laptop so the fog server is certainly listening and responding on the nfs ports.
I have tried to manually mount the nfs from debug boot but i get connection timed out same error the fog console shows when deploying an image
I have followed the nfs troubleshoting guide, its not firewall, its not vlans, its not the fact nfs isnt listening
the output of showmount -e on the server is
root@fogserver:/home/fogproject# showmount -e
Export list for fogserver:
/home/fogproject/images/dev *
/home/fogproject/images *
root@fogserver:/home/fogproject#
tried a few manual mount commands i’ve found in the forum but nothing works from the fog boot image
if i run uname -r on the debug image i get 4.19.48
some one must be able to point me at what i’ve missed
here are the folder permissions and the mntcheck files
the server is on ubuntu 19.04