mirror of
https://opendev.org/openstack/openstack.git
synced 2026-01-16 23:02:00 +00:00
Update git submodules
* Update openstack-ansible-haproxy_server from branch 'master'
- Merge "handlers: reload instead of restart"
- handlers: reload instead of restart
When we restart HAproxy, we kill all the connections and it causes
all of the services to be dropped out. This is really not ideal and
causes things to be lost in the control plane.
This patch instead does a reload which will safely keep the existing
clients connected till they evacuate and then use SO_REUSEPORT for
the new process.
Change-Id: I502457f691ad66dfd68ace21ac1575cea23b538a
This commit is contained in:
parent
3fdc9b3677
commit
0c5d35eee1
1 changed files with 1 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 6e38380b00f9738056688924f4a915f7999f3aa6
|
||||
Subproject commit 7ae02a38fdb5a8f779e5db2400c3156bfe9fe0c3
|
||||
Loading…
Add table
Reference in a new issue