Bug 2145137 - Machine type is not updated to rhel9.2.0 in Templates
Summary: Machine type is not updated to rhel9.2.0 in Templates
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Container Native Virtualization (CNV)
Classification: Red Hat
Component: Virtualization
Version: 4.13.0
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
: 4.13.0
Assignee: Prita Narayan
QA Contact: Akriti Gupta
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-11-23 10:24 UTC by Akriti Gupta
Modified: 2023-05-18 02:57 UTC (History)
2 users (show)

Fixed In Version: hco-bundle-registry-container-v4.13.0.rhel9-1969
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2023-05-18 02:55:41 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker CNV-22807 0 None None None 2022-11-23 10:26:44 UTC
Red Hat Product Errata RHSA-2023:3205 0 None None None 2023-05-18 02:57:02 UTC

Description Akriti Gupta 2022-11-23 10:24:57 UTC
Description of problem:
Machine type is updated to rhel9.0.0 in KV CR but not in Templates

Version-Release number of selected component (if applicable):


How reproducible:


Steps to Reproduce:
1.oc get templates rhel8-desktop-tiny -n openshift -o json | jq .objects[0].spec.template.spec.domain.machine
2.oc get kv -n openshift-cnv kubevirt-kubevirt-hyperconverged -o json | jq .spec.configuration.machineType

Actual results:

step1 result: "type": "pc-q35-rhel8.4.0"
step2 result: "pc-q35-rhel9.0.0"

Expected results:
step1 result: "type": "pc-q35-rhel9.0.0"
step2 result: "pc-q35-rhel9.0.0"

Additional info:

Comment 2 Akriti Gupta 2023-03-03 09:38:52 UTC
moving this Assighned as machine Type of Templates is now
[akriti@fedora cnv-tests]$ oc get templates rhel8-desktop-tiny -n openshift -o json | jq .objects[0].spec.template.spec.domain.machine
{
  "type": "pc-q35-rhel9.0.0"
}
and not updated to "pc-q35-rhel9.2.0"

Comment 3 Antonio Cardace 2023-03-03 16:49:12 UTC
Marking this as a blocker as it's mandatory to use the 9.2 machine-type for 4.13.0.

Comment 6 Akriti Gupta 2023-04-03 13:33:56 UTC
Verified on v4.13.0.rhel9-1971

[akriti@fedora auth]$ oc get templates rhel8-desktop-tiny -n openshift -o json | jq .objects[0].spec.template.spec.domain.machine
{
  "type": "pc-q35-rhel9.2.0"
}

Templates contain "pc-q35-rhel9.2.0" machine type

Comment 9 errata-xmlrpc 2023-05-18 02:55:41 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 (Moderate: OpenShift Virtualization 4.13.0 Images security, bug fix, and enhancement 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-2023:3205


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