Bug 2061544
Summary: | AzureStack is hard-coded to use Standard_LRS for the disk type | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Matthew Staebler <mstaeble> |
Component: | Installer | Assignee: | Nobody <nobody> |
Installer sub component: | openshift-installer | QA Contact: | Mike Gahagan <mgahagan> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | high | CC: | anarayan |
Version: | 4.10 | ||
Target Milestone: | --- | ||
Target Release: | 4.11.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: |
Azure Stack did not support anything except Standard_LRS before but now added the feature to customize disk types, causing the clusters that were created to have a default disk type with no customizations. Making the switch from hard coding the disk type to accept the input from the user and validating it against the Stack Hub APIs.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-10 10:52:44 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: | |||
Bug Depends On: | |||
Bug Blocks: | 2079589 |
Description
Matthew Staebler
2022-03-07 19:24:34 UTC
confirmed Master and worker nodes are being provisioned with different disk types in the WWT ASH environment and this also matches what is present in the terraform debuging output. "osDisk": { "caching": "None", "createOption": "FromImage", "diskSizeGb": 1023, "encryptionSettings": null, "image": null, "managedDisk": { "id": "/subscriptions/de7e09c3-b59a-4c7d-9c77-439c11b92879/resourceGroups/mgahagan411ipi220315-zldns-rg/providers/Microsoft.Compute/disks/mgahagan411ipi220315-zldns-master-2_OSDisk", "resourceGroup": "mgahagan411ipi220315-zldns-rg", "storageAccountType": "Premium_LRS" }, 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 (Important: OpenShift Container Platform 4.11.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:5069 |