-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
4.18.0, 4.19.0
-
None
This is a clone of issue OCPBUGS-44978. The following is the description of the original issue:
—
Description of problem:
We had bugs like https://issues.redhat.com/browse/OCPBUGS-44324 from the payload tests in vsphere and gcp, and this was fixed by https://github.com/openshift/api/commit/ec9bf3faa1aa2f52805c44b7b13cd7ab4b984241 There are a few operators which are missing that openshift/api bump. These operators do not have blocking payload jobs but we still need this fix before 4.18 is released. It affects the following operators: https://github.com/openshift/ibm-vpc-block-csi-driver-operator/blob/master/go.mod#L11 https://github.com/openshift/ibm-powervs-block-csi-driver-operator/blob/main/go.mod#L6 https://github.com/openshift/gcp-filestore-csi-driver-operator/blob/main/go.mod#L8 https://github.com/openshift/secrets-store-csi-driver-operator/blob/main/go.mod#L8
Version-Release number of selected component (if applicable):
4.18.0
How reproducible:
Steps to Reproduce:
1. 2. 3.
Actual results:
All but 4 csi driver operators have the fix
Expected results:
All csi driver operators have this fix vendored: https://github.com/openshift/api/commit/ec9bf3faa1aa2f52805c44b7b13cd7ab4b984241
Additional info:
- clones
-
OCPBUGS-44978 bump openshift/api in remaining csi driver operators
- Verified
- duplicates
-
OCPBUGS-44992 bump openshift/api in remaining csi driver operators
- POST
- is blocked by
-
OCPBUGS-44978 bump openshift/api in remaining csi driver operators
- Verified
- links to