You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/27 19:51:57 UTC

[GitHub] mkleins opened a new issue #1022: Cluster's installation with automation tools

mkleins opened a new issue #1022: Cluster's installation with automation tools
URL: https://github.com/apache/couchdb/issues/1022
 
 
   I tried to create a cluster with an automation tool (not manually)
   
   ## Current Behavior
   
   When i install couchDB in cluster mode, its mandorty to change default node name (couchdb@127.0.0.1) by FDQN in vm.args file. In this case, couchDB create a new node and keeps the first node active (couchdb@127.0.0.1).
   To make the cluster work, i need to delete the first node. Not nice if i want to use an automation system like ansible.
   
   ## Possible Solution
   
   When renaming node, replace the node name without adding a new one.
   
   ## Steps to Reproduce (for bugs)
   
   1. Install couchDB with repositories (Debian)
   2. Rename node in vm.args file
   3. Restart couchDB daemon
   4. View nodes in _membership URL
   
   ## Your Environment
   
   Tried on Debian 9 with CouchDB 2.1.1

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services