Hi all,
I seem to have a Storage Node replication problem from the main FOG server after upgrading it from 3594 to 5566.
The main FOG server (in Sydney with IP 192.168.23.10), the Storage Node (in Melbourne with IP 192.168.20.8). Are both running on CentOS 6.7.
When I am running trunk 3594 on the main server, image replication works.
[12-01-15 11:21:17 am] * Found image to transfer to 1 group(s)
[12-01-15 11:21:17 am] | Image name: Dell XPS 13 [Win 10]
[12-01-15 11:21:17 am] * Melbourne Storage Node - SubProcess -> Transferring file `d1.fixed_size_partitions'
[12-01-15 11:21:18 am] * Melbourne Storage Node - SubProcess -> Transferring file `d1.mbr'
[12-01-15 11:21:19 am] * Melbourne Storage Node - SubProcess -> Transferring file `d1.minimum.partitions'
[12-01-15 11:21:19 am] * Melbourne Storage Node - SubProcess -> Transferring file `d1.original.fstypes'
[12-01-15 11:21:19 am] * Melbourne Storage Node - SubProcess -> Transferring file `d1.original.partitions'
and I can see that the files are being created on the Storage node’s /image folder.
If I then upgrade the main server to 5566, then all that appears in the image replicator logs are…
[12-02-15 8:41:28 am] * Starting Image Replication.
[12-02-15 8:41:28 am] * We are group ID: #1
[12-02-15 8:41:28 am] | We are group name: Sydney Storage Group
[12-02-15 8:41:28 am] * We have node ID: #1
[12-02-15 8:41:28 am] | We are node name: Sydney Storage Node
[12-02-15 8:41:28 am] * Not syncing Image between group(s)
[12-02-15 8:41:28 am] | Image Name: Dell Latitude E7x40 - Base
[12-02-15 8:41:28 am] | I am the only member
[12-02-15 8:41:28 am] * Not syncing Image between group(s)
[12-02-15 8:41:28 am] | Image Name: Dell Optiplex 9010 - Base
[12-02-15 8:41:28 am] | I am the only member
[12-02-15 8:41:28 am] * Not syncing Image between group(s)
I’m able to FTP from main server to storage node with the FOG user/pass that’s in .fogsettings on the storage node.
No bind options in /etc/my.cnf on both hosts.
From the Storage node, I am able to perform the command and make a successful connection to the database…
mysql -u fogstorage fog -pXXXXXXXXX -h192.168.23.10
If I downgrade to 3594, Image Replication works again.
All the credentials seem to be correct in all the areas that I should be looking at.
Just not sure why it’s broken when I upgrade to the latest trunk.
At the time of writing, I have left the Storage Node running at 5566 with the main server now downgraded to 3594 where Image Replication is currently working.
Hopefully you guys can provide me with some clues as to what else I should be checking.