Bug 2089306 - No ability to perform cnv upgrade to 4.9.5
Summary: No ability to perform cnv upgrade to 4.9.5
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Installation
Version: 4.9.5
Hardware: Unspecified
OS: Unspecified
urgent
urgent
Target Milestone: ---
: 4.9.5
Assignee: Simone Tiraboschi
QA Contact: Debarati Basu-Nag
URL:
Whiteboard:
Depends On: 2088657
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-05-23 11:55 UTC by Debarati Basu-Nag
Modified: 2022-06-28 16:30 UTC (History)
4 users (show)

Fixed In Version: hco-bundle-registry-container-v4.9.5-30
Doc Type: If docs needed, set a value
Doc Text:
Clone Of: 2088657
Environment:
Last Closed: 2022-06-28 16:30:39 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHEA-2022:5389 0 None None None 2022-06-28 16:30:54 UTC

Comment 2 Debarati Basu-Nag 2022-06-13 20:52:00 UTC
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 ~]$

Comment 8 errata-xmlrpc 2022-06-28 16:30:39 UTC
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


Note You need to log in before you can comment on or make changes to this bug.