What is /bin/fog.download?
-
“Unable to locate Image store (/bin/fog.download)”
Receiving this error during deployment of images. I’m capturing with no problem. Deploying is a problem. I get this single error consistently.
Is this a directory created by fog on the target host?
Thanks,
Steve -
I’m not sure what the problem is at the moment (not enough info yet), but this error has nothing to do with the target computer.
“Unable to locate image store” At this point in the deployment, FOS (the customized linux OS that runs on the target system) maps a local directory back to the FOG server. Once it does this then partclone will take over and move the bits from the fog server to the target computer. So where its failing is FOS can’t reach the FOG server or storage node to map the directory.
First thing I would do is look on the fog server console see if in /images/dev there are directory names that look like MAC addresses. If yes then your image uploads are not completing. Then look in /images directory to see if you see directories with names that match the image name you are trying to deploy.
When FOS throws the error unable to locate image store. It will print out a bunch of variables at the end of the error. Those variables are important to debug what went wrong. Take a clear picture of the error with a mobile phone and post it here. Lets match up the variables to what fog thinks its doing.
-
@george1421 Gotcha. Thanks for the reply. I’ll post a picture of the error when I’m able to get back to testing next week.