From 6c204d2a93ec3152f7db4da81a634fb3aafed8b7 Mon Sep 17 00:00:00 2001 From: hsc Date: Wed, 24 Oct 2012 22:32:05 +0000 Subject: [PATCH] don't distribute to lidong by default We currently need to apply extra care before deploying Fail* jobs on the Lido-NG cluster. git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1821 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- scripts/fail-env.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fail-env.sh b/scripts/fail-env.sh index 90fd9ead..79a4bb4e 100644 --- a/scripts/fail-env.sh +++ b/scripts/fail-env.sh @@ -9,7 +9,7 @@ # A whitespace-separated list of hosts to rsync the experiment data to. This # is not necessarily the same list as FAIL_EXPERIMENT_HOSTS (see below), as # many hosts may share their homes via NFS. -export FAIL_DISTRIBUTE_HOSTS=${FAIL_DISTRIBUTE_HOSTS:='ios kos virtuos plutonium bigbox.informatik.uni-erlangen.de ls12sp lidong2'} +export FAIL_DISTRIBUTE_HOSTS=${FAIL_DISTRIBUTE_HOSTS:='ios kos virtuos plutonium bigbox.informatik.uni-erlangen.de ls12sp'} # A whitespace-separated list of hosts to run experiments on. If the host name # is followed by a ':' and a number, this specifies the number of clients to