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 2019/02/08 21:37:14 UTC

[GitHub] rabbah commented on a change in pull request #4262: Create _users database only if it does not already exist.

rabbah commented on a change in pull request #4262: Create _users database only if it does not already exist.
URL: https://github.com/apache/incubator-openwhisk/pull/4262#discussion_r255243375
 
 

 ##########
 File path: ansible/roles/couchdb/tasks/deploy.yml
 ##########
 @@ -52,15 +52,25 @@
   retries: 12
   delay: 5
 
-- name: create '_users' database for singleton mode
+- name: check if '_users' database exists
 
 Review comment:
   @dgrove-oss with a persisted store this db may already have been created and hence will fail if tried again.

----------------------------------------------------------------
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