Bug 1781665
Summary: | Upgrade from 4.2.9 to 4.2.10 stuck in machine-config occasionally | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Wenjing Zheng <wzheng> | |
Component: | RHCOS | Assignee: | Micah Abbott <miabbott> | |
Status: | CLOSED ERRATA | QA Contact: | Michael Nguyen <mnguyen> | |
Severity: | medium | Docs Contact: | ||
Priority: | low | |||
Version: | 4.2.z | CC: | amurdaca, aos-bugs, bbreard, dustymabe, imcleod, jligon, jokerman, kgarriso, nstielau | |
Target Milestone: | --- | |||
Target Release: | 4.2.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1784979 (view as bug list) | Environment: | ||
Last Closed: | 2020-02-24 16:52:45 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: | 1784981 | |||
Bug Blocks: | 1783621 |
Description
Wenjing Zheng
2019-12-10 11:25:47 UTC
@wenjing, you say you see it 20% of the time. out of how many times? thanks The must gather indicates that there are no degraded nodes: ``` degradedMachineCount: 0 machineCount: 2 observedGeneration: 2 readyMachineCount: 2 unavailableMachineCount: 0 updatedMachineCount: 2 ``` ``` degradedMachineCount: 0 machineCount: 3 observedGeneration: 2 readyMachineCount: 3 unavailableMachineCount: 0 updatedMachineCount: 3 ``` ``` conditions: - lastTransitionTime: 2019-09-09T01:04:18Z message: Cluster has deployed 4.2.0-0.nightly-2019-09-08-180038 status: "True" type: Available - lastTransitionTime: 2019-09-09T01:04:18Z message: Cluster version is 4.2.0-0.nightly-2019-09-08-180038 status: "False" type: Progressing - lastTransitionTime: 2019-09-09T01:03:26Z status: "False" type: Degraded - lastTransitionTime: 2019-09-09T01:04:18Z reason: AsExpected status: "True" type: Upgradeable extension: master: all 3 nodes are at latest configuration rendered-master-7f57c7f00707be89c871da3dee48edd3 worker: all 2 nodes are at latest configuration rendered-worker-dc11fa50a1bc04b1960564a588524738 ``` Looking a little closer... this must gather is from September (2019-09-09). Please attach the current must gather so we can investigate. This the 4.2 backport of https://github.com/openshift/machine-config-operator/pull/1285 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:0460 |