From c19592d80f100100b5569c26a75b49430e465fd0 Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 2 Nov 2012 00:03:56 +0000 Subject: [PATCH] Revert "deployment: try workaround to solve annoying replication issue" This reverts commit 2c859c9940caa2599b6eb71f7a1d8832064a6133. This doesn't fix the issue (as you might guess I know the real source of the problem now, ha!) From: Michael Prokop --- deployment.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/deployment.sh b/deployment.sh index fe83de9..41cb2a7 100755 --- a/deployment.sh +++ b/deployment.sh @@ -870,10 +870,6 @@ EOF if "$RETRIEVE_MGMT_CONFIG" ; then echo "Retrieving /etc/hosts configuration from management server" wget --timeout=30 -O "$TARGET/etc/hosts" "${MANAGEMENT_IP}:3000/hostconfig/$(cat ${TARGET}/etc/hostname)" - - echo "# replication workaround" >> $TARGET/etc/hosts - echo "127.0.0.1 $HOSTNAME" >> $TARGET/etc/hosts - echo "# end of replication workaround" >> $TARGET/etc/hosts fi if "$PRO_EDITION" ; then