RFE-7972: Azure data disk IOPS/throughput configuration#2017
RFE-7972: Azure data disk IOPS/throughput configuration#2017chdeshpa-hue wants to merge 1 commit into
Conversation
Enhancement proposal for configuring provisioned IOPS and throughput on Azure PremiumV2_LRS and UltraSSD_LRS data disks during OpenShift cluster installation and day-2 machine scaling. Tracking: https://issues.redhat.com/browse/RFE-7972 Co-authored-by: Cursor <cursoragent@cursor.com>
|
@chdeshpa-hue: This pull request references RFE-7972 which is a valid jira issue. Warning: The referenced jira issue has an invalid target version for the target branch this PR targets: expected the feature request to target the "5.0.0" version, but no target version was set. DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the openshift-eng/jira-lifecycle-plugin repository. |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Hi @chdeshpa-hue. Thanks for your PR. I'm waiting for a openshift member to verify that this patch is reasonable to test. If it is, they should reply with Regular contributors should join the org to skip this step. Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Summary
Enhancement proposal for configuring provisioned IOPS (
diskIOPSReadWrite) and throughput (diskMBpsReadWrite) on Azure PremiumV2_LRS and UltraSSD_LRS data disks during OpenShift cluster installation and day-2 machine scaling.This extends the existing data disk support (SPLAT-2133/PR #1779) to allow fine-grained performance tuning and cost optimization — Azure PremiumV2 bills IOPS and throughput independently of disk capacity.
Key Points
DataDiskManagedDiskParametersinopenshift/apiwith two new optional fieldsPremiumV2_LRSto the existingStorageAccountTypeenumImplementation PRs (ready, pending this enhancement approval)
openshift/api— Add PremiumV2_LRS + IOPS/MBps to DataDiskManagedDiskParametersopenshift/installer— Support IOPS/MBps in install-config + CAPZ wiringmachine-api-provider-azure— Wire IOPS/MBps to Azure ARM APImachine-api-operator— Webhook validation for IOPS/MBpsTracking: https://issues.redhat.com/browse/RFE-7972
Made with Cursor