Description of problem: When creating a VM using the VM Wizard in the OpenShift Web Console, if a user choose "Ubuntu 18.04 LTS" for the "Operating System" choice, the resulting VM definition force the Conroe CPU model. This result in VM being unschedulable if this CPU type is not used in the cluster. ~~~ cpu: cores: 1 model: Conroe sockets: 1 threads: 1 ~~~ Version-Release number of selected component (if applicable): CNV 2.3 running in OCP 4.3 How reproducible: Every time Steps to Reproduce: 1. Create a new VM using the wizard 2. Choose "Ubuntu 18.04 LTS" for the Operating System 3. Try to start the VM on the cluster Actual results: The VM is unschedulable Expected results: The VM start correctly Additional info:
Created attachment 1689969 [details] yaml definition from a test VM This is a test vm yaml definition file. Ignore the cirros container disk, I just wanted to paste something there to create a test VM.
fixed in https://github.com/kubevirt/common-templates/pull/152
verify with build: # virtctl version Client Version: version.Info{GitVersion:"v0.26.1", GitCommit:"e40ff7965e2aadbf21131626dfa3be85524e3a2c", GitTreeState:"clean", BuildDate:"2020-02-19T16:16:36Z", GoVersion:"go1.12.8", Compiler:"gc", Platform:"linux/amd64"} Server Version: version.Info{GitVersion:"v0.30.2", GitCommit:"7c16c27ef86816a635bdb7f6ae4ebbba88751fe3", GitTreeState:"clean", BuildDate:"2020-06-30T13:21:01Z", GoVersion:"go1.13.4", Compiler:"gc", Platform:"linux/amd64"} step: 1. Create a new VM using the wizard 2. Choose "Ubuntu 18.04 LTS" for the Operating System 3. Start the vm the vm start currently. check vm yaml file ... domain: cpu: cores: 1 sockets: 1 threads: 1 ... move to verified.
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, 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-2020:3194
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 120 days