Bug 2050173
Summary: | [aws-ebs-csi-driver] Merge upstream changes since v1.2.0 | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Fabio Bertinatto <fbertina> | |
Component: | Storage | Assignee: | Fabio Bertinatto <fbertina> | |
Storage sub component: | Kubernetes External Components | QA Contact: | Penghao Wang <pewang> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | medium | |||
Priority: | unspecified | CC: | aos-bugs, yselkowi | |
Version: | 4.10 | |||
Target Milestone: | --- | |||
Target Release: | 4.11.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | No Doc Update | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 2050190 (view as bug list) | Environment: | ||
Last Closed: | 2022-08-10 10:46:42 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: | 2050190 |
Description
Fabio Bertinatto
2022-02-03 12:14:22 UTC
Correction: Our fork is not on v1.5.1, that's the latest upstream release. Our 4.10 fork is on v1.2.0. 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. 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 |