That is certainly an option, but it doesn’t solve my issue of mounting a larger storage location for my sites that can’t have large local storage on their storage nodes (VM environment doesn’t lend itself to a large VM for storing images).
Latest posts made by Nate
-
RE: New StorageNode issues
-
New StorageNode issues
I have a main FOG server setup in our HQ to deploy images to our building, and it’s working flawlessly. We want to expand this solution and offer it to our other locations around the country. We want to use our main FOG server as the pxe/tftp server and image management interface, but have storage nodes at the other locations. Our other locations have a mix consisting of QNAP NAS devices and Windows File Servers.
The storage node’s in the remote locations will have either a QNAP or Windows FS for their image repository to save them space on their limited VM environment. I have tested mounting a QNAP to my test storage node with no issues, so I went on to test mounting a Windows File Server NFS share to the test storage node and ultimately ran into some issues.
I created an NFS share on the Windows box and added the passwd and group files into the User Mapping. I edited fstab to map to the Windows NFS share and successfully mounted it. I also added the .mntcheck file to the images root and the dev directory.
[IMG]http://i1286.photobucket.com/albums/a619/nsrugissrg/fog4.png[/IMG]
Next I mounted it on the Storage Node and verified permissions:
[IMG]http://i1286.photobucket.com/albums/a619/nsrugissrg/fog3.png[/IMG]
Now I added the Storage Node on the main FOG server:
[IMG]http://i1286.photobucket.com/albums/a619/nsrugissrg/fog1.png[/IMG]
Yes, the password is the correct one found in the .fogsettings of the storage node.
When I try to select the new Storage Node in the dashboard, it says it can’t connect:
[IMG]http://i1286.photobucket.com/albums/a619/nsrugissrg/fog2.png[/IMG]
Not sure what else to look at from here. Any suggestions?
Thanks!
-
RE: Throttle fog replication
Thanks so much for your quick replies! Yesterday I added that same line to the lftp config file and it worked just fine. This is a great feature since we will be replicating images to 8 of our remote sites, some of which have a slow connection to us (and operate 24/7 so after hours replication isn’t a viable solution). Thanks again!
-
RE: Throttle fog replication
Is rsync an option? Does the FOG replication just copy a new image, or can it sync the changes?
-
Throttle fog replication
I’m not sure if anyone has wanted to do this, but since we want to put storage nodes at sites throughout our company, we want to be able to throttle the transfer of images so it doesn’t utilize our sites pipes during replication. Does FOG have this capability? I’m thinking something like DFS, where you can specify transfer at X rate during these times, etc.
Thanks!