Bug 2089306
| Summary: | No ability to perform cnv upgrade to 4.9.5 | ||
|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | Debarati Basu-Nag <dbasunag> |
| Component: | Installation | Assignee: | Simone Tiraboschi <stirabos> |
| Status: | CLOSED ERRATA | QA Contact: | Debarati Basu-Nag <dbasunag> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 4.9.5 | CC: | cnv-qe-bugs, ngavrilo, stirabos, ycui |
| Target Milestone: | --- | Keywords: | Regression |
| Target Release: | 4.9.5 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | hco-bundle-registry-container-v4.9.5-30 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 2088657 | Environment: | |
| Last Closed: | 2022-06-28 16:30:39 UTC | Type: | --- |
| 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: | 2088657 | ||
| Bug Blocks: | |||
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 (OpenShift Virtualization 4.9.5 Images), 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/RHEA-2022:5389 |
Verified by upgrading from CNV-v4.9.4-58 to v4.9.5-58: ========= [cnv-qe-jenkins@c01-dbn-494-v5zkf-executor ~]$ kubectl get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.9.38 True False 6h56m Cluster version is 4.9.38 [cnv-qe-jenkins@c01-dbn-494-v5zkf-executor ~]$ kubectl get csv -n openshift-cnv NAME DISPLAY VERSION REPLACES PHASE kubevirt-hyperconverged-operator.v4.9.4 OpenShift Virtualization 4.9.4 kubevirt-hyperconverged-operator.v4.9.3 Succeeded [cnv-qe-jenkins@c01-dbn-494-v5zkf-executor ~]$ kubectl get csv -n openshift-cnv NAME DISPLAY VERSION REPLACES PHASE kubevirt-hyperconverged-operator.v4.9.5 OpenShift Virtualization 4.9.5 kubevirt-hyperconverged-operator.v4.9.4 Succeeded [cnv-qe-jenkins@c01-dbn-494-v5zkf-executor ~]$ kubectl get hco kubevirt-hyperconverged -n openshift-cnv -o json | jq ".status.versions > " [ { "name": "operator", "version": "v4.9.5" } ] [cnv-qe-jenkins@c01-dbn-494-v5zkf-executor ~]$ kubectl get hco kubevirt-hyperconverged -n openshift-cnv -o json | jq ".status.conditions" [ { "lastTransitionTime": "2022-06-13T14:01:34Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "True", "type": "ReconcileComplete" }, { "lastTransitionTime": "2022-06-13T20:48:05Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "True", "type": "Available" }, { "lastTransitionTime": "2022-06-13T20:48:05Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "False", "type": "Progressing" }, { "lastTransitionTime": "2022-06-13T20:48:05Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "False", "type": "Degraded" }, { "lastTransitionTime": "2022-06-13T20:48:05Z", "message": "Reconcile completed successfully", "observedGeneration": 2, "reason": "ReconcileCompleted", "status": "True", "type": "Upgradeable" } ] [cnv-qe-jenkins@c01-dbn-494-v5zkf-executor ~]$