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

Iso-Flow: Root disk is hard coded to SATA

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done-Errata
    • Icon: Undefined Undefined
    • CNV v4.17.0
    • None
    • CNV User Interface
    • None
    • 0.42
    • False
    • Hide

      None

      Show
      None
    • False
    • CNV v4.17.0.rhel9-764
    • ---
    • ---
    • None

      Description of problem:

      On crating a VM with the new Iso Flow, the root disk is hard coded to sata, but the bus type should be defined by the instancetype
      

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

      4.17.0-685 provided by Red Hat
      

      How reproducible:

      
      

      Steps to Reproduce:

      1. Create a VM using the new Iso Flow to create a VM with an instancetype
      

      Actual results:

          spec:
            architecture: amd64
            domain:
              devices:
                autoattachPodInterface: false
                disks:
                  - bootOrder: 2
                    cdrom:
                      bus: sata
                    name: windows-2k22-virtio-silver-marmoset-21-cdrom-iso
                  - bootOrder: 1
                    disk:
                      bus: sata
                    name: rootdisk
      

      Expected results:

          spec:
            architecture: amd64
            domain:
              devices:
                autoattachPodInterface: false
                disks:
                  - bootOrder: 2
                    cdrom:
                      bus: sata
                    name: windows-2k22-virtio-fuchsia-snail-47-cdrom-iso
                  - bootOrder: 1
                    name: rootdisk
      
      
      without the
                    disk:
                      bus: sata
      for the rootdisk
      

      Additional info:

       
      
      

              mschatzm@redhat.com Matan Schatzman
              dholler@redhat.com Dominik Holler
              Leon Kladnitsky Leon Kladnitsky
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: