-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
4.17.0
This is a clone of issue OCPBUGS-43449. The following is the description of the original issue:
—
Description of problem:
In the Hypershift's NodePool API type, there's an attribute called DiskStorageAccountType. https://github.com/openshift/hypershift/blob/main/api/hypershift/v1beta1/nodepool_types.go#L1002 This controls the Azure Disk Storage Account type of the OS Disk of the nodes of the node pool: The following values are specified as allowed: // +kubebuilder:validation:Enum=Standard_LRS;StandardSSD_LRS;Premium_LRS;UltraSSD_LRS However, according to the Azure documentation Ultra Disk (UltraSSD_LRS) is not supported for OS Disks: https://learn.microsoft.com/en-us/azure/virtual-machines/disks-types#disk-type-comparison
Version-Release number of selected component (if applicable):
How reproducible:
N/A
Steps to Reproduce:
N/A
Actual results:
DiskStorageAccountType accepts Ultra Disk
Expected results:
DiskStorageAccountType should not accept Ultra Disk
Additional info:
- blocks
-
OCPBUGS-77110 ARO HCP - DiskStorageAccountType in the NodePool API Allows an Invalid Value
-
- New
-
- clones
-
OCPBUGS-43449 ARO HCP - DiskStorageAccountType in the NodePool API Allows an Invalid Value
-
- ON_QA
-
- is blocked by
-
OCPBUGS-43449 ARO HCP - DiskStorageAccountType in the NodePool API Allows an Invalid Value
-
- ON_QA
-
- is cloned by
-
OCPBUGS-77110 ARO HCP - DiskStorageAccountType in the NodePool API Allows an Invalid Value
-
- New
-