Server
- FOG Version: 1.3.4
- OS: Ubuntu 14.04
Description
I have a fog server x.x.x.59 and an NFS/FTP server x.x.x.155 where i store the images.
When I define the IP of the DefaultStoreageNode as x.x.x.59 the client boots, creates the image, updates the database and fails connecting to the NFS server. It tries x.x.x.59:/fog/dev, but it should x.x.x.155:/fog/dev
When I define the IP of the DefaultStorageNode as x.x.x.155 the client boots, creates the image, and fails updating the database. It tries probably tries x.x.x.155, which is not the database server, it’s the NFS server.
How can I work around this problem? I think when updating the database, fog should always use x.x.x.59 like it was in fog 1.2.0
Thanks for your help and suggestions to solve this problem.