haproxy does not allow reload of the config while the container is active
Bug #1477915 reported by
Sam Yaple
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
kolla |
Fix Released
|
Critical
|
Sam Yaple |
Bug Description
Currently when you reload haproxy config it will break the container. This is because the pid will change with the new process and docker no longer knows what pid to track.
Changed in kolla: | |
status: | Confirmed → In Progress |
Changed in kolla: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Reviewed: https:/ /review. openstack. org/202966 /git.openstack. org/cgit/ stackforge/ kolla/commit/ ?id=2d920745a45 eec166e2c381aa7 b15b1168b03887
Committed: https:/
Submitter: Jenkins
Branch: master
commit 2d920745a45eec1 66e2c381aa7b15b 1168b03887
Author: Michal Jastrzebski (inc0) <email address hidden>
Date: Fri Jul 17 12:20:31 2015 +0200
Ansible install of HAProxy
This commit consists HAProxy ansible bits including config generation,
container deployment and hot reloads.
Closes-Bug: #1477915 85889c992ff1267 d38b68e0cbc implements: blueprint ansible-service
Co-Authored-By: Sam Yaple <email address hidden>
Change-Id: Ie93fa68fdb6b28
Partially-