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:44 UTC

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

Author: benh
Date: Sun Jun  5 08:39:44 2011
New Revision: 1132088

URL: http://svn.apache.org/viewvc?rev=1132088&view=rev
Log:
Remove ~/.ssh/known_hosts because it gets polluted as you start/stop many clusters (new machines tend to come up under old hostnames)

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

Modified: incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup-slave
URL: http://svn.apache.org/viewvc/incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup-slave?rev=1132088&r1=1132087&r2=1132088&view=diff
==============================================================================
--- incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup-slave (original)
+++ incubator/mesos/trunk/ec2/deploy.lucid64/root/mesos-ec2/setup-slave Sun Jun  5 08:39:44 2011
@@ -67,3 +67,7 @@ if [[ -e /dev/sdv && ! -e /vol ]]; then
     rmdir /vol
   fi
 fi
+
+# Remove ~/.ssh/known_hosts because it gets polluted as you start/stop many
+# clusters (new machines tend to come up under old hostnames)
+rm /root/.ssh/known_hosts