Bug 1780387
| Summary: | openshift-sdn repots error trying to add network, pods and tests fail | |||
|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Clayton Coleman <ccoleman> | |
| Component: | Networking | Assignee: | Phil Cameron <pcameron> | |
| Networking sub component: | openshift-sdn | QA Contact: | zhaozhanqi <zzhao> | |
| Status: | CLOSED ERRATA | Docs Contact: | ||
| Severity: | high | |||
| Priority: | unspecified | CC: | dosmith, nagrawal, vrutkovs | |
| Version: | 4.3.0 | |||
| Target Milestone: | --- | |||
| Target Release: | 4.4.0 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Bug Fix | ||
| Doc Text: | Story Points: | --- | ||
| Clone Of: | ||||
| : | 1782312 (view as bug list) | Environment: | ||
| Last Closed: | 2020-05-04 11:18:37 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: | 1782312 | |||
|
Description
Clayton Coleman
2019-12-05 20:28:53 UTC
host-local is coredumping
Dec 05 14:55:50 ip-10-0-135-76 systemd-coredump[6383]: Process 6372 (host-local) of user 0 dumped core.
Stack trace of thread 6372:
#0 0x000000000044381d n/a (/host/var/opt/cni/bin/host-local)
#1 0x00000000004437b4 n/a (/host/var/opt/cni/bin/host-local)
#2 0x000000000042cf58 n/a (/host/var/opt/cni/bin/host-local)
#3 0x0000000000451e0a n/a (/host/var/opt/cni/bin/host-local)
Also something from openshift-sdn
Fatal error: bad TinySizeClass
runtime: panic before malloc heap initialized
runtime stack:
runtime.throw(0x55e6c1, 0x11)
/opt/rh/go-toolset-1.12/root/usr/lib/go-toolset-1.12-golang/src/runtime/panic.go:617 +0x72 fp=0x7fff436c0198 sp=0x7fff436c0168 pc=0x42a542
runtime.mallocinit()
/opt/rh/go-toolset-1.12/root/usr/lib/go-toolset-1.12-golang/src/runtime/malloc.go:361 +0x244 fp=0x7fff436c01c8 sp=0x7fff436c0198 pc=0x40a2c4
runtime.schedinit()
/opt/rh/go-toolset-1.12/root/usr/lib/go-toolset-1.12-golang/src/runtime/proc.go:539 +0x62 fp=0x7fff436c0220 sp=0x7fff436c01c8 pc=0x42cf62
runtime.rt0_go(0x7fff436c0258, 0x1, 0x7fff436c0258, 0x0, 0x0, 0x1, 0x7fff436c1c55, 0x0, 0x7fff436c1c72, 0x7fff436c1c82, ...)
/opt/rh/go-toolset-1.12/root/usr/lib/go-toolset-1.12-golang/src/runtime/asm_amd64.s:195 +0x11a fp=0x7fff436c0228 sp=0x7fff436c0220 pc=0x451e0a
fatal error: bad TinySizeClass
runtime: panic before malloc heap initialized
That chunk was from https://prow.svc.ci.openshift.org/view/gcs/origin-ci-test/logs/release-openshift-origin-installer-e2e-aws-upgrade/12105 The problem is that openshift-sdn is executing the host-local plugin installed on the *host* by multus. We should stop doing that. We need to package our own host-local and stop using the bind-mounted one. Phil, can you get to this today? *** Bug 1781242 has been marked as a duplicate of this bug. *** Pull request for building the host-local within the openshift-sdn build process and referencing the container-local binary @ https://github.com/openshift/sdn/pull/82 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/RHBA-2020:0581 |