Bug 2034563
Summary: | [Azure] create machine with wrong ephemeralStorageLocation value success | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Huali Liu <huliu> |
Component: | Cloud Compute | Assignee: | Mike Fedosin <mfedosin> |
Cloud Compute sub component: | Other Providers | QA Contact: | Huali Liu <huliu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | ||
Version: | 4.10 | ||
Target Milestone: | --- | ||
Target Release: | 4.10.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-03-10 16:35:46 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: |
Description
Huali Liu
2021-12-21 10:31:44 UTC
Verified on 4.10.0-0.nightly-2022-01-07-224843 Steps: Create a machineset with the wrong ephemeralStorageLocation value. For example, “localisedinvalid”, or other value osDisk: diskSizeGB: 30 diskSettings: ephemeralStorageLocation: localisedinvalid cachingType: ReadOnly osType: Linux liuhuali@Lius-MacBook-Pro huali-test % oc create -f ms1.yaml Error from server (providerSpec.osDisk.diskSettings.ephemeralStorageLocation: Invalid value: "localisedinvalid": osDisk.diskSettings.ephemeralStorageLocation can either be omitted or set to Local): error when creating "ms1.yaml": admission webhook "validation.machineset.machine.openshift.io" denied the request: providerSpec.osDisk.diskSettings.ephemeralStorageLocation: Invalid value: "localisedinvalid": osDisk.diskSettings.ephemeralStorageLocation can either be omitted or set to Local 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.10.3 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:0056 |