Increase maxconn parameter in haproxy / HA deployment

Bug #1282004 reported by Bartosz Kupidura
10
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Fuel for OpenStack
Fix Released
Medium
Dmitry Borodaenko

Bug Description

Please increate maxconn parameter in 'global' and section in haproxy.conf.

This will allow to deploy big (>300) node clusters.

global maxconn should be '16000' instead of '4000'.

 diff -r etc/puppet/modules/haproxy/manifests/params.pp /etc/puppet/modules/haproxy/manifests/params.pp
14c14
< 'maxconn' => '16000',
---
> 'maxconn' => '4000',
41c41
< 'maxconn' => '16000',
---
> 'maxconn' => '4000',

Mike Scherbakov (mihgen)
Changed in fuel:
milestone: none → 4.1
Changed in fuel:
status: New → Confirmed
assignee: nobody → Dmitry Borodaenko (dborodaenko)
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to fuel-library (master)

Fix proposed to branch: master
Review: https://review.openstack.org/74808

Changed in fuel:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (master)

Reviewed: https://review.openstack.org/74808
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=72123c5ca62828fa0cbd6556194d36a28c763f07
Submitter: Jenkins
Branch: master

commit 72123c5ca62828fa0cbd6556194d36a28c763f07
Author: Dmitry Borodaenko <email address hidden>
Date: Wed Feb 19 11:05:03 2014 -0800

    increase HAProxy maxconn to 16000

    Change-Id: Ibcba138597eff09e708247df5e1126f0b10420d6
    Closes-bug: #1282004

Changed in fuel:
status: In Progress → Fix Committed
Revision history for this message
Anastasia Palkina (apalkina) wrote :

Verified on ISO #235
"build_id": "2014-03-05_07-31-01",
"mirantis": "yes",
"build_number": "235",
"nailgun_sha": "f58aad317829112913f364347b14f1f0518ad371",
"ostf_sha": "dc54d99ddff2f497b131ad1a42362515f2a61afa",
"fuelmain_sha": "16637e2ea0ae6fe9a773aceb9d76c6e3a75f6c3b",
"astute_sha": "f15f5615249c59c826ea05d26707f062c88db32a",
"release": "4.1",
"fuellib_sha": "73313007c0914e602246ea41fa5e8ca2dfead9f8"

# This file managed by Puppet
global
  chroot /var/lib/haproxy
  daemon
  group haproxy
  log /dev/log local0
  maxconn 16000
  pidfile /var/run/haproxy.pid
  stats socket /var/lib/haproxy/stats
  user haproxy

Changed in fuel:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.