Comment 18 for bug 1529937

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/mitaka)

Reviewed: https://review.openstack.org/325097
Committed: https://git.openstack.org/cgit/openstack/fuel-library/commit/?id=8b65abe1c41bbe9983823fcfa3554a3dd8e033e4
Submitter: Jenkins
Branch: stable/mitaka

commit 8b65abe1c41bbe9983823fcfa3554a3dd8e033e4
Author: Jerzy Mikolajczak <email address hidden>
Date: Wed Jun 1 12:23:17 2016 +0200

    Add fallback prevention to mysql in haproxy config

    Using sticky-table + stick on dst prevents fallback to active node in
    scenario where it comes back from being down. This may lead to sql
    connections from openstack services to different mysql nodes.

    This patch also removes hash-type and balance option as stickiness
    is being done with sticky-table.

    Change-Id: Ibc2fb4fa5a1938aec447694638c4c9e99edbba53
    Closes-bug: #1529937
    (cherry picked from commit fa8f1f7746bf639f73d09964e482bd7847180d1d)