Bug 1809906
Summary: | [4.4] crio service can't be started on rhel78 rc worker nodes | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Yadan Pei <yapei> | |
Component: | Node | Assignee: | Jindrich Novy <jnovy> | |
Status: | CLOSED ERRATA | QA Contact: | Sunil Choudhary <schoudha> | |
Severity: | medium | Docs Contact: | ||
Priority: | unspecified | |||
Version: | 4.3.z | CC: | aos-bugs, jialiu, jnovy, jokerman, pehunt, rphillips, yapei | |
Target Milestone: | --- | Keywords: | TestBlocker | |
Target Release: | 4.4.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | conmon-2.0.11-2.rhaos4.4.el8 | Doc Type: | Bug Fix | |
Doc Text: |
Cause: RHEL7 would not join an OCP cluster correctly due to crio not starting.
Consequence:
Fix: Bump conmon for fix.
Result:
|
Story Points: | --- | |
Clone Of: | ||||
: | 1819679 1820051 (view as bug list) | Environment: | ||
Last Closed: | 2020-05-04 11:44:29 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: | 1819679, 1820051 |
Description
Yadan Pei
2020-03-04 06:53:06 UTC
Jindrich, There's a make target in conmon: `make crio` that will install conmon there (this will have to have happened afer we remove the local from /usr/local/bin). Would you be able to also call this in the rpm spec? 1. install cluster with 4.4.0-0.nightly-2020-04-01-213929 2. Add RHEL 7.8 workers to the cluster, rhel workers can be created successfully $ oc get node -o wide NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME qe-ui-date0402-z9fjq-compute-0 Ready worker 158m v1.17.1 10.0.98.28 <none> Red Hat Enterprise Linux CoreOS 44.81.202004011917-0 (Ootpa) 4.18.0-147.5.1.el8_1.x86_64 cri-o://1.17.0-9.dev.rhaos4.4.gitdfc8414.el8 qe-ui-date0402-z9fjq-compute-1 Ready worker 158m v1.17.1 10.0.97.141 <none> Red Hat Enterprise Linux CoreOS 44.81.202004011917-0 (Ootpa) 4.18.0-147.5.1.el8_1.x86_64 cri-o://1.17.0-9.dev.rhaos4.4.gitdfc8414.el8 qe-ui-date0402-z9fjq-compute-2 Ready worker 158m v1.17.1 10.0.98.70 <none> Red Hat Enterprise Linux CoreOS 44.81.202004011917-0 (Ootpa) 4.18.0-147.5.1.el8_1.x86_64 cri-o://1.17.0-9.dev.rhaos4.4.gitdfc8414.el8 qe-ui-date0402-z9fjq-control-plane-0 Ready master 179m v1.17.1 10.0.99.228 <none> Red Hat Enterprise Linux CoreOS 44.81.202004011917-0 (Ootpa) 4.18.0-147.5.1.el8_1.x86_64 cri-o://1.17.0-9.dev.rhaos4.4.gitdfc8414.el8 qe-ui-date0402-z9fjq-control-plane-1 Ready master 179m v1.17.1 10.0.99.210 <none> Red Hat Enterprise Linux CoreOS 44.81.202004011917-0 (Ootpa) 4.18.0-147.5.1.el8_1.x86_64 cri-o://1.17.0-9.dev.rhaos4.4.gitdfc8414.el8 qe-ui-date0402-z9fjq-control-plane-2 Ready master 178m v1.17.1 10.0.97.97 <none> Red Hat Enterprise Linux CoreOS 44.81.202004011917-0 (Ootpa) 4.18.0-147.5.1.el8_1.x86_64 cri-o://1.17.0-9.dev.rhaos4.4.gitdfc8414.el8 qe-ui-date0402-z9fjq-rhel2-0 Ready worker 3m24s v1.17.1 10.0.97.162 <none> Red Hat Enterprise Linux Server 7.8 (Maipo) 3.10.0-1127.el7.x86_64 cri-o://1.17.0-9.dev.rhaos4.4.gitdfc8414.el7 $ yum list conmon --showdup Failed to set locale, defaulting to C Loaded plugins: search-disabled-repos Installed Packages conmon.x86_64 2:2.0.11-2.rhaos4.4.el7 @aos-v4-devel-install Available Packages conmon.x86_64 2:2.0.8-1.el7 rhel7-extra conmon.x86_64 2:2.0.11-2.rhaos4.4.el7 aos-v4-devel-install 2.0.11-2.rhaos4.4.el7 is installed rather than 2.0.8-1.el7 in rhel7-extra 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 |