You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2022/07/15 08:15:38 UTC

[GitHub] [openwhisk] style95 commented on a diff in pull request #5285: Add couchdb conf dir

style95 commented on code in PR #5285:
URL: https://github.com/apache/openwhisk/pull/5285#discussion_r921928000


##########
ansible/roles/couchdb/files/vm.args:
##########
@@ -0,0 +1,33 @@
+# Licensed under the Apache License, Version 2.0 (the "License"); you may not
+# use this file except in compliance with the License. You may obtain a copy of
+# the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
+# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
+# License for the specific language governing permissions and limitations under
+# the License.
+
+# Ensure that the Erlang VM listens on a known port
+-kernel inet_dist_listen_min 9100
+-kernel inet_dist_listen_max 9100
+
+# Tell kernel and SASL not to log anything
+-kernel error_logger silent
+-sasl sasl_error_logger false
+
+# 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 openwhisk

Review Comment:
   The erlang cookie is configurable with this.
   



##########
ansible/roles/couchdb/files/default.d/10-docker-default.ini:
##########
@@ -0,0 +1,11 @@
+; CouchDB Configuration Settings

Review Comment:
   These default files are from the `apache/couchdb:2.3` image.
   



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@openwhisk.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org