-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
4.16.z
-
None
-
Quality / Stability / Reliability
-
False
-
-
None
-
Important
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
-
None
Description of problem:
The dataDisks configuration from the MachineSet CRD is silently ignored as it's not passed through to the StorageProfile struct when creating the VirtualMachine. The ask here is for the Azure Machine API Provider to handle the dataDisks configuration on Azure stack in the same way it does on normal Azure.
Version-Release number of selected component (if applicable):
How reproducible:
Excerpt from machineset providerSpec: providerSpec: value: apiVersion: machine.openshift.io/v1beta1 credentialsSecret: name: azure-cloud-credentials namespace: openshift-machine-api dataDisks: - deletionPolicy: Delete diskSizeGB: 200 managedDisk: storageAccountType: "" nameSuffix: data
Steps to Reproduce:
1. 2. 3.
Actual results:
Expected results:
Additional info:
Customer has opened the following PR to start the process of getting this supported in the machine api provider - https://github.com/openshift/machine-api-provider-azure/pull/149