Fog Replication
-
When you have a single master and multi node fog architecture, does the master replicate to each of the storage nodes one at a time or does it replicate to all at the same time?
-
@The-Dealman The replicator is pretty simple in that it should be a sequential replication node by node. If I remember correctly the images are replicated based on their image ID sequence and not by image name. You can prove this out by looking at the fog replicator log. There will be a master replicator log and then one log per storage node.
-
@The-Dealman As George said, take a look at the logs to see the current status of replication going. It replicates image by image but kind of parallel to all storage nodes.The actual replication of one image to one storage node is started as a background job and so it is mostly going all in parallel.