nrpe open_port fails because memcached already opens the default port
Bug #1746497 reported by
Alvaro Uria
on 2018-01-31
This bug affects 3 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| memcached-charm |
Undecided
|
Unassigned |
Bug Description
* memcached charm opens port 5666/TCP:
http://
* nrpe charm does the same (default server_port is 5666)
https:/
I think memcached should not open the nrpe port if the relation with nrpe-external-
Related branches
lp:~axino/charms/trusty/memcached/trunk
- Alexandre Gomes: Approve on 2018-01-26
-
Diff: 20 lines (+0/-11)1 file modifiedhooks/memcached_hooks.py (+0/-11)
- Tim Van Steenburgh (community): Approve on 2018-03-20
-
Diff: 20 lines (+0/-11)1 file modifiedhooks/memcached_hooks.py (+0/-11)
Alvaro Uria (aluria) wrote : | #1 |
Junien Fridrick (axino) wrote : | #2 |
I filed the linked MP for this.
A bit brutal, but having memcached touch port 5666 is absolutely out of place.
Tom Haddon (mthaddon)
on 2018-03-20
no longer affects: | memcached (Juju Charms Collection) |
Tom Haddon (mthaddon)
on 2018-03-20
Changed in memcached-charm: | |
status: | New → Fix Committed |
Tom Haddon (mthaddon) wrote : | #3 |
This has been fixed in cs:memcached-19
Changed in memcached-charm: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Issue workarounded by:
"""
juju run --application ncc-memcached 'close-port 5666/TCP'
juju resolve nrpe-lxd/N # the affected units
"""