| Summary: | openshift-iptables-port-proxy service script should enable net.ipv4.conf.all.route_localnet | ||
|---|---|---|---|
| Product: | OKD | Reporter: | Brenton Leanhardt <bleanhar> |
| Component: | Containers | Assignee: | Brenton Leanhardt <bleanhar> |
| Status: | CLOSED EOL | QA Contact: | libra bugs <libra-bugs> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 2.x | CC: | dmcphers, mfisher, mfojtik |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2017-01-25 06:38:55 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Brenton Leanhardt
2013-11-04 14:11:34 UTC
Commits pushed to master at https://github.com/openshift/origin-server https://github.com/openshift/origin-server/commit/1739970621d219b37e1a73c2fbfab14c9b854e3a Bug 1026367 - openshift-iptables-port-proxy service script should enable net.ipv4.conf.all.route_localnet https://github.com/openshift/origin-server/commit/748d0bfd1d94d1ffde464014e03e62c56120638f Bug 1026367 - starting openshift-iptables-port-proxy after the network is up https://github.com/openshift/origin-server/commit/b6c3655f6f826cdcbf4d48ad02e4088b59d887b8 Bug 1026367 - Improving oo-admin-ctl-iptables-port-proxy "UI" Previously the restart, reload, stop and status commands were noop. This can be confusing for admins. Now: stop: flushes the rhc-app-comm chain restart: calls stop then start reload: calls start status: removed The motivation for this is the following: 1 Admin sees something weird with the rhc-app-comm chain not working as expected 2 Admin runs `for s in 'iptables network openshift-iptables-port-proxy'; do server $s restart' 3 Admin notices rhc-app-comm is still empty and is really confused In this case the event that trigged #1 is that net.ipv4.conf.all.route_localnet wasn't set in /etc/sysctl.conf. https://github.com/openshift/origin-server/commit/8e723d6171b9b910cece2898f4ab61301fa12b2c Bug 1026367 - Moving the sysctl logic to oo-admin-ctl-iptables-port-proxy ON_QA? |