Bug 2061544 - AzureStack is hard-coded to use Standard_LRS for the disk type
Summary: AzureStack is hard-coded to use Standard_LRS for the disk type
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: OpenShift Container Platform
Classification: Red Hat
Component: Installer
Version: 4.10
Hardware: Unspecified
OS: Unspecified
high
medium
Target Milestone: ---
: 4.11.0
Assignee: Nobody
QA Contact: Mike Gahagan
URL:
Whiteboard:
Depends On:
Blocks: 2079589
TreeView+ depends on / blocked
 
Reported: 2022-03-07 19:24 UTC by Matthew Staebler
Modified: 2022-08-10 10:53 UTC (History)
1 user (show)

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.
Clone Of:
Environment:
Last Closed: 2022-08-10 10:52:44 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github openshift installer pull 5688 0 None open Bug 2061544: azurestack: stop pinning to Standard_LRS for disk type 2022-03-08 01:10:14 UTC
Red Hat Product Errata RHSA-2022:5069 0 None None None 2022-08-10 10:53:04 UTC

Internal Links: 2100612

Description Matthew Staebler 2022-03-07 19:24:34 UTC
When the PoC for IPI installations was created for Azure Stack Hub, the Azure Stack environment that we were using did not support anything other than Standard_LRS for the disk type. This has since been resolved and the installer should not pin the disk type to Standard_LRS.

Comment 3 Mike Gahagan 2022-03-16 17:02:20 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"
        },

Comment 9 errata-xmlrpc 2022-08-10 10:52:44 UTC
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


Note You need to log in before you can comment on or make changes to this bug.