Bug 1923251
| Summary: | Confusing/duplicated parameter in "YAML View" when creating a deployment | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Container Native Virtualization (CNV) | Reporter: | David Critch <dcritch> | ||||
| Component: | Storage | Assignee: | Arnon Gilboa <agilboa> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Guohua Ouyang <gouyang> | ||||
| Severity: | low | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.6.0 | CC: | aos-bugs, cnv-qe-bugs, mrashish, stirabos, yadu, yzamir | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 4.8.0 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | hyperconverged-cluster-operator v4.8.0-9 | Doc Type: | If docs needed, set a value | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2021-07-27 14:23:09 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
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 |
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.