Bug 1457062
| Summary: | Docker MTU is wrong when SDN is adjusted to smaller MTU | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Øystein Bedin <obedin> | |
| Component: | Installer | Assignee: | Scott Dodson <sdodson> | |
| Status: | CLOSED ERRATA | QA Contact: | Johnny Liu <jialiu> | |
| Severity: | high | Docs Contact: | ||
| Priority: | unspecified | |||
| Version: | 3.6.0 | CC: | aos-bugs, jokerman, mmccomas, wmeng | |
| Target Milestone: | --- | |||
| Target Release: | --- | |||
| Hardware: | x86_64 | |||
| OS: | Linux | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: |
Starting with OCP 3.4, OpenShift's SDN plugins no longer reconfigure the docker bridge MTU, rather pods are configured properly on creation. Because of this change, non-OpenShift containers may have an MTU configured that is too large to allow access to hosts on the SDN. The installer has been updated to align the MTU setting for the docker bridge with the MTU used inside the cluster, thus avoiding the problem.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 1460233 1460235 (view as bug list) | Environment: | ||
| Last Closed: | 2017-08-10 05:26:47 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: | ||
| Embargoed: | ||||
| Bug Depends On: | ||||
| Bug Blocks: | 1460233, 1460235 | |||
|
Description
Øystein Bedin
2017-05-31 04:01:46 UTC
Merged into 3.6, I'll backport to 3.3 - 3.5 once QE verifies this bug. Or 3.4 and 3.5. This change isn't necessary in 3.3 as we reconfigured docker back in the dark ages. Verified this bug with openshift-ansible-3.6.98-1.git.0.e651d65.el7.noarch, and PASS. # cat /etc/sysconfig/docker-network # /etc/sysconfig/docker-network DOCKER_NETWORK_OPTIONS=' --mtu=1350' # grep -i mtu /etc/origin/node/node-config.yaml mtu: 1350 # oc new-app https://github.com/oybed/test-network -n install-test # oc get build -n install-test NAME TYPE FROM STATUS STARTED DURATION test-network-1 Docker Git@71c648f Complete 51 seconds ago 20s Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHEA-2017:1716 |