Replication - not getting done
-
Trunk 8485
One of the nodes in our fog system - it is on a 100Mbps network. I have replication for this node throttled to 50Mbps.
It’s been running for over 24 hours now, it should be done honestly. I think it could be timing out because it’s not getting done before the timeout. Thoughts?
-
That’s possible, what’s the ftp timeout value set to?
-
in the logs, it just says 30.
-
@Wayne-Workman I believe there is a GUI option under fog settings for this. I think 30 would equate to seconds.
-
In FOG Settings,
FOG_FTP_TIMEOUT
is set to 90 seconds. -
I just set it to 86400, which is 24 hours. But I suppose this would affect all things FTP? I need replication to happen before FTP timeout occurs - but I also don’t want the inner-FTP-workings of FOG to hang for 24 hours before finally saying “invalid login”.
-
@Wayne-Workman Timeout is not the same as invalid login though. Though I’ve not tested, I’m pretty sure it will return immediately. Timeout only starts once a valid connection is made.