Bug 2050190
Summary: | [aws-ebs-csi-driver] Merge upstream changes since v1.2.0 | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Fabio Bertinatto <fbertina> |
Component: | Storage | Assignee: | aos-storage-staff <aos-storage-staff> |
Storage sub component: | Kubernetes External Components | QA Contact: | Penghao Wang <pewang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | medium | ||
Priority: | unspecified | CC: | adistefa, aos-bugs, wduan, yselkowi |
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: | 2050173 | Environment: | |
Last Closed: | 2022-03-10 16:43:18 UTC | Type: | --- |
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: | 2050173 | ||
Bug Blocks: | 2103982, 2108616 |
Description
Fabio Bertinatto
2022-02-03 12:44:14 UTC
This PR broke aws-ebs-csi-driver on arm64, e.g.: https://prow.ci.openshift.org/view/gs/origin-ci-test/logs/periodic-ci-openshift-multiarch-master-nightly-4.10-ocp-e2e-aws-arm64/1490604035990884352 The reason being the makefile now defined ARCH?=amd64 by default, meaning the ARM build ends up with an x86 binary which won't run. Furthermore, this is a major change to be landing after code freeze. Did this get an exception? Marking as 4.10 Blocker to either fix or revert prior to GA, as the current state has broken ARM. Verified for 4.10.0-0.nightly-arm64-2022-02-08-061700. 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 |