Bug 2013895
Summary: | Cannot enable accelerated network via MachineSets on Azure | ||||||
---|---|---|---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Huali Liu <huliu> | ||||
Component: | Cloud Compute | Assignee: | Joel Speed <jspeed> | ||||
Cloud Compute sub component: | Other Providers | QA Contact: | Huali Liu <huliu> | ||||
Status: | CLOSED ERRATA | Docs Contact: | |||||
Severity: | medium | ||||||
Priority: | unspecified | ||||||
Version: | 4.10 | ||||||
Target Milestone: | --- | ||||||
Target Release: | 4.10.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-03-10 16:19:35 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: | |||||||
Attachments: |
|
Verified on 4.10.0-0.nightly-2021-10-22-024906 Steps to Reproduce: 1. jenkins flexy install 4.10.0-0.nightly-2021-10-22-024906 cluster on Azure. 2. get default installed MachineSet yaml file oc get machinesets huliu025-lqxnv-worker-northcentralus -o yaml > machinesetazure1022.yaml then add "acceleratedNetworking: true" in line 42 of the machinesetazure1022.yaml file. 3. oc create -f machinesetazure1022.yaml 4. wait for the MachineSet and machines created successfully, then check Accelerated networking on Azure portal. Accelerated networking on Azure portal is enable. 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 (Moderate: OpenShift Container Platform 4.10.3 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:0056 |
Created attachment 1832773 [details] machinesetazure.yaml Description of problem: Cannot enable accelerated network via MachineSets on Azure Version-Release number of selected component (if applicable): 4.10.0-0.nightly-2021-10-09-220031 How reproducible: Always Steps to Reproduce: 1. jenkins flexy install release:4.10.0-0.nightly-2021-10-09-220031 cluster on Azure. 2. get default installed MachineSet yaml file oc get machineset <machineset_name> -n openshift-machine-api -o yaml >machinesetazure.yaml then add "acceleratedNetworking: true" in line 42 of the machinesetazure.yaml file. 3. oc create -f machinesetazure.yaml 4. wait for the MachineSet and machines created successfully, then check Accelerated networking on Azure portal. Actual results: Accelerated networking on Azure portal is disable Expected results: Accelerated networking on Azure portal is enable Additional info: