projects
/
contrib
/
pines
/
genasys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cb00e15
)
Fixed BUG - ipv6 was only disabled on brick01-head
author
Andy Witter
<awitter@georgialibraries.org>
Sun, 14 Jan 2018 14:40:36 +0000
(09:40 -0500)
committer
Andy Witter
<awitter@georgialibraries.org>
Sun, 14 Jan 2018 14:40:36 +0000
(09:40 -0500)
templates/setup-head.sh
patch
|
blob
|
history
diff --git
a/templates/setup-head.sh
b/templates/setup-head.sh
index
fe5a4e8
..
35b217a
100755
(executable)
--- 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