Bug 2029785
| Summary: | CVO panic when an edge is included in both edges and conditionaledges | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Yang Yang <yanyang> | ||||
| Component: | Cluster Version Operator | Assignee: | W. Trevor King <wking> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Yang Yang <yanyang> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 4.10 | CC: | aos-bugs, bleanhar, wking | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.10.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2022-03-10 16:32:20 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: | |||||||
| Attachments: |
|
||||||
|
Description
Yang Yang
2021-12-07 10:07:45 UTC
Verified with 4.10.0-0.nightly-2021-12-11-034522
Steps to verify it:
1. Install a cluster
# oc get clusterversion
NAME VERSION AVAILABLE PROGRESSING SINCE STATUS
version 4.10.0-0.nightly-2021-12-11-034522 True False 32m Cluster version is 4.10.0-0.nightly-2021-12-11-034522
2. Patch to use a dummy cincinnati graph which contains an edge in both edge and conditionalEdge
# oc patch clusterversion/version --patch '{"spec":{"upstream":"https://raw.githubusercontent.com/shellyyang1989/upgrade-cincy/master/cincy-conditional-edge.json"}}' --type=merge
clusterversion.config.openshift.io/version patched
3. Check cvo pod
# oc get pod -n openshift-cluster-version
NAME READY STATUS RESTARTS AGE
cluster-version-operator-6b5d49475f-tcrm5 1/1 Running 0 55m
CVO is not panic any more. Moving it to verified state.
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.10.3 security 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-2022:0056 |