summaryrefslogtreecommitdiff
path: root/rel/overlay/etc/vm.args
diff options
context:
space:
mode:
authorPaul J. Davis <paul.joseph.davis@gmail.com>2011-10-13 15:28:00 -0700
committerPaul J. Davis <paul.joseph.davis@gmail.com>2011-10-13 15:28:00 -0700
commit2063aca3d4246773a59c24ba768ddb1e712356f8 (patch)
treefecfa8b4d3c70e5fa1eed27ec24ef4b79efbd1a5 /rel/overlay/etc/vm.args
parent41e7cb7666a8645b9eb5898ac4027ca6df0d1107 (diff)
parentd367c4bec22ad20807901c4b9c53b4fe4cd0fa59 (diff)
Merge pull request #72 from cloudant/12730-add-remsh-script
Add a remsh script for each node BugzId: 12730
Diffstat (limited to 'rel/overlay/etc/vm.args')
-rw-r--r--rel/overlay/etc/vm.args13
1 files changed, 9 insertions, 4 deletions
diff --git a/rel/overlay/etc/vm.args b/rel/overlay/etc/vm.args
index bb143502..03e5af27 100644
--- a/rel/overlay/etc/vm.args
+++ b/rel/overlay/etc/vm.args
@@ -4,10 +4,15 @@
# with the -name flag.
{{node_name}}
-# All nodes must share the same magic cookie for distributed Erlang to work.
-# Comment out this line if you synchronized the cookies by other means (using
-# the ~/.erlang.cookie file, for example).
--setcookie monster
+# If you passed a value for the cookie to ./configure it will be set here.
+# Otherwise it will default to using ~/.erlang.cookie which will be generated
+# automatically if it doesn't exist.
+#
+# Note that you need to make sure that the cookie value used is synchronized
+# across all nodes in the cluster. This means that if you don't set the
+# cookie by hand you need to manually sync ~/.erlang.cookie across all nodes
+# in the cluster.
+{{cookie}}
# Tell SASL not to log progress reports
-sasl errlog_type error