Bug 2098072
Summary: | [vsphere] update install-config description for diskType | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Rafael Fonseca <rdossant> |
Component: | Installer | Assignee: | Rafael Fonseca <rdossant> |
Installer sub component: | openshift-installer | QA Contact: | jima |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | high | ||
Version: | 4.11 | ||
Target Milestone: | --- | ||
Target Release: | 4.12.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-01-17 19:50:02 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Rafael Fonseca
2022-06-17 08:07:40 UTC
Setting severity to high since this is a regression in the way the default disk type is chosen. Setting as not a blocker since it only affects the cases when diskType is not specified and the default storage policy is not "thick". Verified on 4.12.0-0.nightly-2022-08-24-053339, and passed, move bug to VERIFIED. 1. invalid diskType in install-config.yaml: platform: vsphere: diskType: "typea" $ ./openshift-install create manifests --dir ipi ERROR failed to fetch Master Machines: failed to load asset "Install Config": failed to create install config: invalid "install-config.yaml" file: platform.vsphere.diskType: Invalid value: "typea": diskType must be one of [eagerZeroedThick thick thin] $ ./openshift-install create cluster --dir ipi --log-level debug DEBUG OpenShift Installer 4.12.0-0.nightly-2022-08-24-053339 DEBUG Built from commit 730ea9bac6eef7a2124e1132fb5a2717f562bd11 ... After ova template is imported, disk type is Thin Provision, which is the default storage policy of datastore on vmc, this is same behavior as what describes in installation doc. 2. Empty diskType in install-config.yaml: platform: vsphere: diskType: "" $ ./openshift-install create manifests --dir ipi INFO Consuming Install Config from target directory INFO Manifests created in: ipi/manifests and ipi/openshift $ cat manifests/cluster-config.yaml | grep diskType $ 3. thick diskType in install-config.yaml: platform: vsphere: diskType: "thick" $ ./openshift-install create manifests --dir ipi-thick/ INFO Consuming Install Config from target directory INFO Manifests created in: ipi-thick/manifests and ipi-thick/openshift $ cat manifests/cluster-config.yaml | grep diskType diskType: thick 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 Container Platform 4.12.0 bug fix and security update), 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-2022:7399 |