Hi all,
Please excuse me if my english is not perfect …
I have update my FOG Server (Ubuntu) 1.5.5.3 to 1.5.7, all seems to go well except when i try to download image on a host i have a mount error
I have test many things i seen on many topics of this forum like this one https://forums.fogproject.org/topic/9823/mounting-images-dev-on-images-failed-permissions-denied :
"
Wayne Workman Mar 30, 2017, 3:41 AM
Make sure NFS is running with:
systemctl status nfs-server
Set the ownership of the images directory to user fog and group root like this:
chown -R fog:root /images
Then try again.
Also, see what this says:
showmount -e
"
Also check the .mntcheck files
Before upgrade the user in fogsettings and GUI was Fog, upgrade changed it in Fogproject then i changed it again in Fog but got the same error again.
My server has a separated disk for images but seems ok because the mounting looks good in fstab, and Fog server recognize images and space on “Storage Node disk Usage” in dashboard.
The problem is i think localise in this part of the error message "storage=10.149.20.64:/media/type=down but can’t say why appear.
Regards