Bug 1886871
Summary: | Neutron ports created for hostNetworking pods | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Michał Dulko <mdulko> | ||||
Component: | Networking | Assignee: | Michał Dulko <mdulko> | ||||
Networking sub component: | kuryr | QA Contact: | GenadiC <gcheresh> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | high | ||||||
Priority: | urgent | CC: | rlobillo | ||||
Version: | 4.6 | ||||||
Target Milestone: | --- | ||||||
Target Release: | 4.7.0 | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: |
Cause: Pods with hostNetworking were handled normally by Kuryr.
Consequence: Those pods got Neutron ports created for them which would use the Neutron quota unnecessarily.
Fix: Pods with hostNetworking are now ignored on KuryrPort creations.
Result: Neutron ports are no longer created for hostNetworking pods.
|
Story Points: | --- | ||||
Clone Of: | Environment: | ||||||
Last Closed: | 2021-02-24 15:24:43 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: | 1888318 | ||||||
Attachments: |
|
Description
Michał Dulko
2020-10-09 14:58:10 UTC
Verified on 4.7.0-0.nightly-2020-10-22-044506 on OSP16.1 with OVN (RHOS-16.1-RHEL-8-20201007.n.0). NP and conformance tests run with expected results (Attached). [stack@undercloud-0 ~]$ oc get nodes -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME ostest-rmrft-master-0 Ready master 20h v1.19.0+80fd895 10.196.1.14 <none> Red Hat Enterprise Linux CoreOS 47.82.202010212242-0 (Ootpa) 4.18.0-193.28.1.el8_2.x86_64 cri-o://1.19.0-22.rhaos4.6.gitc0306f1.el8 ostest-rmrft-master-1 Ready master 20h v1.19.0+80fd895 10.196.2.77 <none> Red Hat Enterprise Linux CoreOS 47.82.202010212242-0 (Ootpa) 4.18.0-193.28.1.el8_2.x86_64 cri-o://1.19.0-22.rhaos4.6.gitc0306f1.el8 ostest-rmrft-master-2 Ready master 20h v1.19.0+80fd895 10.196.3.105 <none> Red Hat Enterprise Linux CoreOS 47.82.202010212242-0 (Ootpa) 4.18.0-193.28.1.el8_2.x86_64 cri-o://1.19.0-22.rhaos4.6.gitc0306f1.el8 ostest-rmrft-worker-0-sdmdk Ready worker 19h v1.19.0+80fd895 10.196.2.43 <none> Red Hat Enterprise Linux CoreOS 47.82.202010212242-0 (Ootpa) 4.18.0-193.28.1.el8_2.x86_64 cri-o://1.19.0-22.rhaos4.6.gitc0306f1.el8 ostest-rmrft-worker-0-vfsqw Ready worker 19h v1.19.0+80fd895 10.196.1.113 <none> Red Hat Enterprise Linux CoreOS 47.82.202010212242-0 (Ootpa) 4.18.0-193.28.1.el8_2.x86_64 cri-o://1.19.0-22.rhaos4.6.gitc0306f1.el8 ostest-rmrft-worker-0-x8nl6 Ready worker 19h v1.19.0+80fd895 10.196.2.169 <none> Red Hat Enterprise Linux CoreOS 47.82.202010212242-0 (Ootpa) 4.18.0-193.28.1.el8_2.x86_64 cri-o://1.19.0-22.rhaos4.6.gitc0306f1.el8 [stack@undercloud-0 ~]$ oc get pods -A -o wide | grep 10.196 | awk '{print $2}' > host-networking-pods [stack@undercloud-0 ~]$ oc get kp -A | grep -f host-networking-pods | wc -l 0 Created attachment 1723750 [details]
NP+Conformance results
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 (Moderate: OpenShift Container Platform 4.7.0 security, bug fix, and enhancement update), 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/RHSA-2020:5633 |