Merge "Set haproxy nbthread[1] to 2"

This commit is contained in:
Zuul
2025-08-29 19:49:33 +00:00
committed by Gerrit Code Review
2 changed files with 9 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ global
user %(user)s user %(user)s
group %(group)s group %(group)s
maxconn 1024 maxconn 1024
nbthread 2
pidfile %(pidfile)s pidfile %(pidfile)s
daemon daemon

View File

@@ -0,0 +1,8 @@
---
fixes:
- |
Limit the number of threads used by the metadata haproxy service to 2 using
the nbthread configuration. This prevents haproxy from spreading across many
threads when the process lacks other restrictions like CPU affinity.
For more information, see bug
`2120668 <https://bugs.launchpad.net/neutron/+bug/2120668>`_.