From: Razvan Deaconescu Date: Tue, 3 Aug 2010 14:46:16 +0000 (+0300) Subject: ControlScripts: update _sync_cluster_container.sh to use _sync_single_cluster_contain... X-Git-Tag: classic-scenario-config~2 X-Git-Url: http://p2p-next.cs.pub.ro/gitweb/?a=commitdiff_plain;h=654e18f058295692defefc0b25c1f21bf1b3a7c8;p=p2p-testing-infrastructure.git ControlScripts: update _sync_cluster_container.sh to use _sync_single_cluster_container.sh --- diff --git a/ControlScripts/_sync_cluster_containers.sh b/ControlScripts/_sync_cluster_containers.sh index b89e552..e49ec11 100755 --- a/ControlScripts/_sync_cluster_containers.sh +++ b/ControlScripts/_sync_cluster_containers.sh @@ -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