Description of problem: When a user adds a CD ROM, the default value is always sata, which means that in case of Windows machine, user is always presented with a warning saying that sata is not recommended for CD ROM. Version-Release number of selected component (if applicable): 4.4 How reproducible: 100% Steps to Reproduce: 1. Open VM Wizard, select Windows OS, proceed to Virtual Hardware section with CD ROMs 2. 3. Actual results: Warning is displayed Expected results: Wizard should by default select types of interfaces that are recommended. Additional info:
https://github.com/openshift/console/pull/4349
after some discussions, it turned out that it is correct to have sata - having virtio would lead to an issue where the virtio drivers are on a cd which is connected using virtio so can not be read. The only actual problem here is that the warning should not be shown in this case. Changing title and priority.
*** Bug 1806374 has been marked as a duplicate of this bug. ***
Notes: a - The warning saying that sata is not recommended for CD ROM comes from the validation section of the common template used. b - VM creation Wizard should validate the cdrom bus currectly. Fix: a - Make sure the common templates have correct validations: https://github.com/kubevirt/common-templates/pull/148 - merged b - Make sure the vVM creation wizard reads the validations currectly. https://github.com/openshift/console/pull/5334 - submitted @Gilad should this be post ?
https://github.com/openshift/console/pull/5334 merged
Verified that user is not presented with a warning on Virtual Hardware with Windows OS selected release-4.5, 531a1d33d7e03f487646c7569d5bce742501cb02
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 (OpenShift Container Platform 4.5 image release 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/RHBA-2020:2409