From edf77b0781ab92cef446c4e68555401febeb3a0d Mon Sep 17 00:00:00 2001 From: Andy Witter <awitter@georgialibraries.org> Date: Sun, 14 Jan 2018 09:40:36 -0500 Subject: [PATCH] Fixed BUG - ipv6 was only disabled on brick01-head --- templates/setup-head.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/templates/setup-head.sh b/templates/setup-head.sh index fe5a4e8..35b217a 100755 --- a/templates/setup-head.sh +++ b/templates/setup-head.sh @@ -294,13 +294,14 @@ if cat /etc/hostname|grep -q brick01-head Prep_DB_9_X fi fi +fi + +# + ### Disable ipv6 on bricks to stop added content lookup errors. echo 'net.ipv6.conf.all.disable_ipv6 = 1' >> /etc/sysctl.conf echo 'net.ipv6.conf.default.disable_ipv6 = 1' >> /etc/sysctl.conf echo 'net.ipv6.conf.lo.disable_ipv6 = 1' >> /etc/sysctl.conf -fi - -# ### Setup NFS mounts for the brick heads if ! grep -q "NFS Mounts for Evergreen" /etc/fstab -- 2.11.0