Comment 6 for bug 1372335

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to zaqar (master)

Reviewed: https://review.openstack.org/123750
Committed: https://git.openstack.org/cgit/openstack/zaqar/commit/?id=a1163331fcb3253ae6af5e4cb8c528eb3679baf1
Submitter: Jenkins
Branch: master

commit a1163331fcb3253ae6af5e4cb8c528eb3679baf1
Author: Flavio Percoco <email address hidden>
Date: Wed Sep 24 16:51:38 2014 +0200

    Add first reliability enforcement

    This patch adds an reliability enforcement for mongodb's driver. It
    forces deployers to use replicasets or mongos as a mongodb cluster for
    Zaqar. In addition to that, it forces deployers to provide a write
    concern > 2 and/or majority.

    If none of this are met, the driver will raise a RuntimeException and
    fail to start. If no write concern is provided, majority will be used.

    Change-Id: Ie74a4b441654243b3ed7e7fd6c40863969cd446d
    Closes-bug: #1372335