removing a unit from an application which is in a reverse proxy relation does not remove unit from balance
Bug #1692524 reported by
Jay R. Wren
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
apache2 (Juju Charms Collection) |
New
|
Undecided
|
Unassigned |
Bug Description
What I observed:
An Application with 2 units related to apache2 with balancer relation. One of those units is removed. The balancer config is not updated.
$ cat /etc/apache2/
<Proxy balancer:
BalancerMember http://
BalancerMember http://
ProxySet lbmethod=byrequests
RequestHeader set X-Balancer-Name "blues-browser"
</Proxy>
The 10.142.0.10 machine does not exist. It was removed, but the charm did not update this config.
To post a comment you must log in.