6303 - Image replication log never shows process finished
-
Here’s some material I think is sort of relevant:
https://forums.fogproject.org/topic/6318/image-file-integrityBut yes I agree, a message such as “sync complete for Image: abcdef123” or similar would be nice.
-
This is because all items are sent at the same time. Synchronously getting the status is simply not feasible.
However, there is a log that shows the transfer for each node it is transferred to.
-
@Tom-Elliott Is this a change from how it was done previously? I remember seeing success messages in the log, but maybe I’m completely making that up.
-
@MRCUR it is indeed a change. This was needed because of how the replication occurs. While I could get the complete status, I figured using a separate log per each node would allow much more accurate information.
-
Ah I remember now. And yes, Replication is much cleaned up now compared to before - and handled a whole lot better.
-
@Tom-Elliott Is there a different place than Settings - Log Viewer to access each node’s log? I assume when I’m looking at that page it’s for the master node.
-
@MRCUR look in /opt/fog/log or logs or something like that. Bunch of service logs in there.
-
@Wayne-Workman I see the log in there that’s being shown through the GUI, along with one that has “transfer.HS Node” (the name of my other node) in the name, but it’s blank.
-
@MRCUR I have added the transfer logs to the log viewer.
-
@Tom-Elliott Thank you!