FOG nodes not in sync
-
@Sebastian-Roth never mind. I had to remove what I had checked out already “rm -rf /fogproject”
-
@Sebastian-Roth Okay I updated all 3 nodes to the “replication” branch and then I updated the master and restarted the sync service.
-
@Sebastian-Roth It seems to be properly sync-ing now. I’ll check it tomorrow after a day of sinc-ing and let you know the results. The Dallas FOG Node is definitely growing in data
-
@kafluke Thanks for the feedback so far. Keep an eye on the logs and let us know if you feel this is working properly.
You might want to do a quick file size check on all your nodes tomorrow:
du -k --max-depth=1 /images | sort -k2 > /tmp/imagelist_xxx_node.txt
Do that on all four nodes and copy those files over to your PC. Then use some kind of diff tool (e.g. www.quickdiff.com) to compare those file contents.
-
@Sebastian-Roth It’s definitely working now. I’m watching the hard drive space on my Dallas node steadily go up. Thanks for fixing this!
-
@Sebastian-Roth Ok it worked. All nodes are now in sync with the master node! Thanks again for the help! Looking forward to the next release
-
@kafluke Thanks for the feedback! Do you see “file mismatches” anymore in the logs now?
Will mark this solved now. Those fixes will be merged into the working branch and from there go into the next release.
-
@Sebastian-Roth No more “file mismatches”. Thanks again.
-
@Sebastian-Roth Did you ever merge this into working branch? I had to start over from scratch on a new FOG server and wanted to know if I need to check out “replication” or “working”
-
@kafluke You’d want to checkout
dev-branch
.Working is more or less a stand in for Alpha RC’s now.
Dev-branch is a bug fix branch