[Bug 1544861] [NEW] connection limit does not work with HA Proxy

okamototk 1544861 at bugs.launchpad.net
Fri Feb 12 07:38:15 UTC 2016


Public bug reported:

connection limit does not work with HA Proxy.

It sets at frontend section like:

frontend 75a12b66-9d2a-4a68-962e-ec9db8c3e2fb
        option httplog
        capture cookie JSESSIONID len 56
        bind 192.168.10.20:80
        mode http
        default_backend fb8ba6e3-71a4-47dd-8a83-2978bafea6e7
        maxconn 50000
        option forwardfor

But above configuration does not work.
It should be set at global section like:

global
        daemon
        user nobody
        group haproxy
        log /dev/log local0
        log /dev/log local1 notice
        stats socket /var/lib/neutron/lbaas/fb8ba6e3-71a4-47dd-8a83-2978bafea6e7/sock mode 0666 level user
        maxconn 50000

** Affects: neutron-lbaas (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to neutron-lbaas in Ubuntu.
https://bugs.launchpad.net/bugs/1544861

Title:
  connection limit does not work with HA Proxy

Status in neutron-lbaas package in Ubuntu:
  New

Bug description:
  connection limit does not work with HA Proxy.

  It sets at frontend section like:

  frontend 75a12b66-9d2a-4a68-962e-ec9db8c3e2fb
          option httplog
          capture cookie JSESSIONID len 56
          bind 192.168.10.20:80
          mode http
          default_backend fb8ba6e3-71a4-47dd-8a83-2978bafea6e7
          maxconn 50000
          option forwardfor

  But above configuration does not work.
  It should be set at global section like:

  global
          daemon
          user nobody
          group haproxy
          log /dev/log local0
          log /dev/log local1 notice
          stats socket /var/lib/neutron/lbaas/fb8ba6e3-71a4-47dd-8a83-2978bafea6e7/sock mode 0666 level user
          maxconn 50000

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/neutron-lbaas/+bug/1544861/+subscriptions



More information about the Ubuntu-openstack-bugs mailing list