@george1421 said:
No/maybe. Replication will happen on all enabled images. If only one image is enabled in the image manager then only that image will be replicated.
No. The fog image replicator will only replicate images and snapins between the master node and the storage node.
@eseelke You might want to setup your own replication for those using cron and rsync.
While I haven’t tested this, but if you have the location plugin installed and the target computer has been assigned to the remote location one might think that the variable ${fog-ip} would point to the proper server.
@eseelke Sorry but ${fog-ip} is always pointing to the main FOG server. But adding another variable for the storage node should not be too complicated. I am on the road right now and don’t have my working laptop with me so I can’t test. But take a look at the boot menu code in /var/www/html/fog/lib/fog/bootmenu.class.php - after line 388 add this code:
$Send['storageip'] = array("set storage-ip $StorageNode->get('ip')");
$this->_parseMe($Send);