[Yahoo-eng-team] [Bug 1544861] Re: connection limit does not work with HA Proxy

2016-02-12 Thread okamototk
** Package changed: neutron-lbaas (Ubuntu) => neutron

** Summary changed:

- connection limit does not work with HA Proxy
+ LBaaS: connection limit does not work with HA Proxy

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1544861

Title:
  LBaaS: connection limit does not work with HA Proxy

Status in neutron:
  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 5
  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 5

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp


[Yahoo-eng-team] [Bug 1515069] [NEW] VXLAN is too slow due because gro does't work

2015-11-10 Thread okamototk
Public bug reported:

VXLAN + Linux Bridge is too slow because
VXLAN outer header check sum is zero and gro is not work 
on the reciever. This make VXLAN slow. 
Adding udp checksum in outer header resolve this problem.

Open vSwitch agent already resolved by #1492111.

Linux Bridge should support outer udp checksum.

** Affects: neutron
 Importance: Undecided
 Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1515069

Title:
  VXLAN is too slow due because gro does't work

Status in neutron:
  New

Bug description:
  VXLAN + Linux Bridge is too slow because
  VXLAN outer header check sum is zero and gro is not work 
  on the reciever. This make VXLAN slow. 
  Adding udp checksum in outer header resolve this problem.

  Open vSwitch agent already resolved by #1492111.

  Linux Bridge should support outer udp checksum.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1515069/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp