ControlScripts: update _sync_cluster_container.sh to use _sync_single_cluster_contain...
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 14:46:16 +0000 (17:46 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 14:46:16 +0000 (17:46 +0300)
ControlScripts/_sync_cluster_containers.sh

index b89e552..e49ec11 100755 (executable)
@@ -8,7 +8,6 @@ source ../ConfigFiles/globalconfig.txt
 
 for host in p2p-next-01.grid.pub.ro p2p-next-03.grid.pub.ro p2p-next-04.grid.pub.ro p2p-next-05.grid.pub.ro p2p-next-06.grid.pub.ro p2p-next-07.grid.pub.ro p2p-next-08.grid.pub.ro p2p-next-09.grid.pub.ro p2p-next-10.grid.pub.ro; do
        for port in 10122 10222 10322 10422 10522 10622 10722 10822 10922 11022; do
-               echo "Syncing $host $port"
-               rsync -avP --del --rsh='ssh -p'$port $P2P_NEXT_REL_PATH/P2P-Testing-Infrastructure p2p@$host:/home/p2p/george/ > /dev/null
+               ./_sync_single_cluster_container.sh $host $port
        done
 done