haproxy unable to start; None referenced in haproxy.conf
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical Juju |
Triaged
|
Low
|
Unassigned | ||
OpenStack Octavia Charm |
Fix Released
|
Medium
|
James Page |
Bug Description
A server was taken down for maintenance. It's old units were removed from the juju model. Then re-added when the host was back in commission. Re-adding octavia has encountered inability to start on one of the two original octavia units.
octavia/2 /etc/haproxy/
backend octavia-
balance leastconn
server octavia-2 10.246.65.140:9866 check
server octavia-0 10.246.65.169:9866 check
server octavia-1 None:9866 check
server octavia-3 10.246.65.110:9866 check
The config references an old unit; octavia/1. We can see massive amounts of "could not resolve address 'None'." in /var/log/
#/var/log/
Oct 25 20:23:15 juju-27a90a-
Oct 25 20:27:28 juju-27a90a-
Oct 25 20:27:28 juju-27a90a-
Oct 25 20:30:42 juju-27a90a-
Oct 25 20:30:42 juju-27a90a-
Oct 25 20:33:56 juju-27a90a-
Oct 25 20:33:56 juju-27a90a-
The other two units have different values for backend octavia-api_admin in the haproxy.cfg file.
octavia/0 - just right
backend octavia-
balance leastconn
server octavia-0 10.246.65.169:9866 check
server octavia-2 10.246.65.140:9866 check
server octavia-3 10.246.65.110:9866 check
octavia/3 - too few
backend octavia-
balance leastconn
server octavia-3 10.246.65.110:9866 check
server octavia-0 10.246.65.169:9866 check
tags: | added: scaleback |
Changed in charm-octavia: | |
status: | New → Triaged |
importance: | Undecided → Medium |
tags: | added: sts |
Changed in charm-octavia: | |
status: | Fix Committed → Fix Released |
Changed in juju: | |
status: | New → Triaged |
importance: | Undecided → Medium |
Sosreports for the octavia/2 unit have been uploaded and reference SF ticket #246626.