Uploaded image for project: 'OpenShift Virtualization'
  1. OpenShift Virtualization
  2. CNV-30288

[2217472] VM is not catching machine type from Kubevirt

XMLWordPrintable

    • CNV Virtualization Sprint 239
    • High

      Description of problem: When creating a VM on 4.14 without explixitely mentioning machineType, it does not pick-up default from Kubevirt CR

      [akriti@fedora ~]$ oc get vm vm1-rhel87-ocs -o yaml | grep -A 2 machine*
      machine:
      type: q35
      [akriti@fedora ~]$ oc get kubevirt kubevirt-kubevirt-hyperconverged -n openshift-cnv -o yaml | grep machineType
      machineType: pc-q35-rhel9.2.0

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

      How reproducible:

      Steps to Reproduce:
      1. create a vm , without explicitely mentioning machineType
      2. check default machineType onm running VM
      3.

      Actual results:
      machine:
      type: q35

      Expected results:
      machine:
      type: pc-q35-rhel9.2.0

      Additional info:

            acardace@redhat.com Antonio Cardace
            akrgupta@redhat.com Akriti gupta
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: