Bug 2110482
Summary: | [vsphere] failed to create cluster if datacenter is embedded in a Folder | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | OpenShift BugZilla Robot <openshift-bugzilla-robot> |
Component: | Installer | Assignee: | OCP Installer <ocp-installer> |
Installer sub component: | openshift-installer | QA Contact: | jima |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | daliu, dhuynh, efried, jima, ocp-installer, rbost, rspagnol |
Version: | 4.11 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | If docs needed, set a value | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-23 15:09:07 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: | |||
Bug Depends On: | 2097691 | ||
Bug Blocks: | 2111258 |
Comment 1
jima
2022-07-27 04:14:52 UTC
I did pre-merge verification in comment#1, but seems bz status is not changed to "VERIFIED" automatically. Verified again on 4.11.0-0.nightly-2022-08-16-194731, passed, move status to "VERIFIED". $ oc get clusterversion NAME VERSION AVAILABLE PROGRESSING SINCE STATUS version 4.11.0-0.nightly-2022-08-16-194731 True False 36m Cluster version is 4.11.0-0.nightly-2022-08-16-194731 $ oc get cm cloud-provider-config -n openshift-config -ojson | jq -r .data.config [Global] secret-name = "vsphere-creds" secret-namespace = "kube-system" insecure-flag = "1" [Workspace] server = "dhcp-8-30-198.lab.eng.rdu2.redhat.com" datacenter = "qedc/sub-qe-dc/Datacenter" default-datastore = "datastore3" folder = "/qedc/sub-qe-dc/Datacenter/vm/jima23a-2ntgr" [VirtualCenter "dhcp-8-30-198.lab.eng.rdu2.redhat.com"] datacenters = "qedc/sub-qe-dc/Datacenter" 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.11.1 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:6103 |