Bug 2085336
Summary: | [IPI-Azure] Fail to create the worker node which HyperVGenerations is V2 or V1 and vmNetworkingType is Accelerated | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | MayXu <maxu> |
Component: | Cloud Compute | Assignee: | Joel Speed <jspeed> |
Cloud Compute sub component: | Other Providers | QA Contact: | MayXu <maxu> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | medium | CC: | fgrosjea, jialiu, m.andre, mfedosin, pprinett |
Version: | 4.11 | Keywords: | TestBlocker |
Target Milestone: | --- | Flags: | maxu:
needinfo-
|
Target Release: | 4.11.0 | ||
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: | 2022-08-10 11:11:36 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: |
Description
MayXu
2022-05-13 04:13:01 UTC
when set the compute and controlPlane azure.type as ‘Standard_NP10s’ (HyperVGenerations is ‘V1’) in install-config.yaml (region: southcentralus) got the same error. test version: release:4.11.0-0.nightly-2022-05-11-054135 @maxu Do you happen to have a must-gather available from one of the times you've produced this issue? It would be helpful to see the full system logs from the cluster and in particular the Machines that were generated by the installer and installed within the cluster The issue here is that we assume we have a complete enumeration of the instance types in our cached list (which is not true) and are taking a value from something that is potentially nil. We can make a quick fix to pass the Machine creation to Azure and see how their error handling handles it, but the better thing would be to have a dynamic check for whether accelerated networking is supported or not. The offending line is https://github.com/openshift/machine-api-provider-azure/blob/08dab41984186873b843f2edd43931b2f378e38b/pkg/cloud/azure/actuators/machine/reconciler.go#L509 *** Bug 2085443 has been marked as a duplicate of this bug. *** checked with registry.ci.openshift.org/ocp/release:4.11.0-0.nightly-2022-05-25-080235 worker vm type as Standard_E4ads_v5('V1,V2'), Standard_NP10s ('V1'), Standard_DC4s_v3 ('V2') all PASS 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 |