Bug 2101383
Summary: | Latest OCP 4.11 builds break OADP 1.0.3 CSI functionality | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | mperetz <mperetz> |
Component: | Storage | Assignee: | OpenShift Storage Bugzilla Bot <ocp-storage-bot> |
Storage sub component: | Storage | QA Contact: | Wei Duan <wduan> |
Status: | CLOSED WONTFIX | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | akarol, dagur, dymurray, ernelson, jsafrane, mberube, pvauter, rhaigner, vkolli |
Version: | 4.11 | ||
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: | 2022-06-29 06:36:08 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
mperetz
2022-06-27 10:37:54 UTC
I doubt Velero uses CSIStorageCapacity. It complains about "snapshot.storage.k8s.io/v1beta1" and that has been indeed removed in 4.11, as snapshot.storage.k8s.io/v1 is available since OCP 4.7 and v1beta1 was used as tech preview. Why can't you switch to v1? Jan is correct that the issue is the 1.0.3 CSI plugin expected v1beta1 to exist and fails now that it's removed. For OADP 1.1 we are using the latest CSI plugin which uses `v1`. If we want 1.0.x to support 4.11 we'll need to backport this fix to oadp-1.0. Do you want to reassign the BZ to yourself? Otherwise I will close it, as there is nothing to fix on OCP side. Closed as won't fix and opened a bug on OADP Jira project instead: https://issues.redhat.com/browse/OADP-585 |