Comment 8 for bug 1544861

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

Reviewed: https://review.openstack.org/341806
Committed: https://git.openstack.org/cgit/openstack/neutron-lbaas/commit/?id=56b8a621509af9688e6fcaa98e511702d68ba0b2
Submitter: Jenkins
Branch: master

commit 56b8a621509af9688e6fcaa98e511702d68ba0b2
Author: Dustin Lundquist <email address hidden>
Date: Wed Jul 13 13:54:44 2016 -0700

    haproxy ns driver: set global haproxy maxconn

    Haproxy uses two separate maxconn values: the maxconn setting in the
    global context is used to adjust file descriptor limits and allocate
    resources, while the maxconn setting in the frontend context controls
    if additional connections are accepted on that frontend.

    This patch adds a maxconn to the global context equal to the sum of the
    connection limit on each listener.

    Change-Id: I950abaed780d7df33f0ab5c682bf583aa581889f
    Closes-Bug: 1544861