You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2011/06/05 10:39:36 UTC

svn commit: r1132087 - /incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup

Author: benh
Date: Sun Jun  5 08:39:36 2011
New Revision: 1132087

URL: http://svn.apache.org/viewvc?rev=1132087&view=rev
Log:
Bug fix

Modified:
    incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup

Modified: incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup?rev=1132087&r1=1132086&r2=1132087&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup (original)
+++ incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup Sun Jun  5 08:39:36 2011
@@ -115,7 +115,7 @@ wait
 echo "Running slave setup script on all nodes..."
 for node in $SLAVES $MASTERS $ZOO; do
   echo $node
-  ssh -t $SSH_OPTS root@$node "mesos-ec2/setup-slave" & wait 0.3
+  ssh -t $SSH_OPTS root@$node "mesos-ec2/setup-slave" & sleep 0.3
 done
 wait