Created attachment 1752883 [details] screen shot of YAML view Description of problem: When creating a cluster in the UI, under the 'Form View' there is an option for "Bare Metal Platform" -> True or False. Under the YAML view, there are two parameters: bareMetalPlatform and BareMetalPlatform. The toggle seems to change bareMetalPlatform. Version-Release number of selected component (if applicable): CNV 2.5.3 How reproducible: Always Steps to Reproduce: 1. Login to OpenShift UI 2. Deploy CNV Operator 3. Create a HyperConverged resource, and compare Form View with YAML view Actual results: 2 parameters in the YAML concerning whether you are using bare metal or not Expected results: 1 parameter in the YAML specifying whether you are using bare metal or not Additional info: Attached screen shot.
Test on hyperconverged-cluster-operator-container-v4.8.0-24 Issue have been fixed: Got below under the YAML view in UI: spec: featureGates: withHostPassthroughCPU: false liveMigrationConfig: bandwidthPerMigration: 64Mi completionTimeoutPerGiB: 800 parallelMigrationsPerCluster: 5 parallelOutboundMigrationsPerNode: 2 progressTimeout: 150
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 (Moderate: OpenShift Virtualization 4.8.0 Images), 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-2021:2920