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

Large vcpu count created from template fails

XMLWordPrintable

    • Quality / Stability / Reliability
    • 0.42
    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • None

      Description of problem:

      Choose VM template from the UI and ask for 512 vcpus it gives me this in the VMI definition:
          cpu:
            cores: 1
            maxSockets: 512
            model: host-model
            sockets: 512
            threads: 1
      
      The VM fails to boot with: 
      {"component":"virt-launcher","level":"info","msg":"2025-07-29T20:31:00.197307Z qemu-kvm: -accel kvm: warning: Number of hotpluggable cpus requested (512) exceeds the recommended cpus supported by KVM (128)","subcomponent":"qemu","timestamp":"2025-07-29T20:31:00.895452Z"}
      
      Same error for >=65 total vcpus.
      65 vcpu VMI gets:
      {"component":"virt-launcher","level":"info","msg":"2025-07-29T21:05:42.114289Z qemu-kvm: -accel kvm: warning: Number of hotpluggable cpus requested (260) exceeds the recommended cpus supported by KVM (128)","subcomponent":"qemu","timestamp":"2025-07-29T21:05:42.165383Z"}
      
      
      With 64 vcpus the VMI gets:
          cpu:
            cores: 1
            maxSockets: 256
            model: host-model
            sockets: 64
            threads: 1
      In this case the VM boots up. 

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

      kubevirt-hyperconverged-operator.v4.19.1
      OCP Version: 4.20.0-ec.4

      How reproducible:

      every time

      Steps to Reproduce:

      1. Create VM from template w/ 65+ vcpus
      

      Actual results:

      Fails

      Expected results:

      Should have been fixed with CNV-57352
      
      Marking critical as this has been broken for a long time now. 

        1. fw_100cpus.log
          176 kB
          Sibo Wang
        2. fw_99cpus.log
          672 kB
          Sibo Wang

              lpivarc Luboslav Pivarc
              jhopper@redhat.com Jenifer Abrams
              Martin Tessun
              Kedar Bidarkar Kedar Bidarkar
              Votes:
              1 Vote for this issue
              Watchers:
              18 Start watching this issue

                Created:
                Updated: