Bug 1896327
Summary: | Installation failed on Azure | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Harshal Patil <harpatil> | ||||
Component: | Installer | Assignee: | aos-install | ||||
Installer sub component: | openshift-installer | QA Contact: | Gaoyun Pei <gpei> | ||||
Status: | CLOSED NOTABUG | Docs Contact: | |||||
Severity: | urgent | ||||||
Priority: | urgent | CC: | mstaeble | ||||
Version: | 4.6 | ||||||
Target Milestone: | --- | ||||||
Target Release: | --- | ||||||
Hardware: | Unspecified | ||||||
OS: | Unspecified | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | If docs needed, set a value | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | Environment: | ||||||
Last Closed: | 2020-11-12 21:01:46 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: | 1857446 | ||||||
Attachments: |
|
Description
Harshal Patil
2020-11-10 09:55:11 UTC
It looks like the worker machines are not getting added to the cluster. Please include the must-gather logs from the cluster by running `oc adm must-gather`. This is the error on the worker machines when I use the Standard_D4_v3 instance type with no other changes to your install config. $ oc get machines -n openshift-machine-api mstaeble-hqvls-worker-centralus1-xqsnn -ojson | jq -r .status.errorMessage failed to reconcile machine "mstaeble-hqvls-worker-centralus1-xqsnn": failed to create vm mstaeble-hqvls-worker-centralus1-xqsnn: failure sending request for machine mstaeble-hqvls-worker-centralus1-xqsnn: cannot create vm: compute.VirtualMachinesClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="InvalidParameter" Message="Requested operation cannot be performed because the VM size Standard_D4_v3 does not support the storage account type Premium_LRS of disk 'mstaeble-hqvls-worker-centralus1-xqsnn_OSDisk'. Consider updating the VM to a size that supports Premium storage." Target="osDisk.managedDisk.storageAccountType" If you want to use the default Premium_LRS disk type, then you should use an instance type of Standard_D4s_v3. If you want to use Standard_D4_v3, then you should set the disk type to Standard_LRS or StandardSSD_LRS. See https://docs.microsoft.com/en-us/azure/virtual-machines/dv2-dsv2-series-memory |