AWS EBS CSI tests fail with this error: # External Storage [Driver: ebs.csi.aws.com] [Testpattern: Dynamic Snapshot (delete policy)] snapshottable[Feature:VolumeSnapshotDataSource] volume snapshot controller should delete the VolumeSnapshotContent according to its deletion policy fail [k8s.io/kubernetes.0-rc.2/test/e2e/storage/testsuites/snapshottable.go:450]: Unexpected error: <*errors.StatusError | 0xc001752820>: { ErrStatus: { TypeMeta: {Kind: "Status", APIVersion: "v1"}, ListMeta: { SelfLink: "", ResourceVersion: "", Continue: "", RemainingItemCount: nil, }, Status: "Failure", Message: "volumesnapshots.snapshot.storage.k8s.io \"snapshot-wmb7p\" not found", Reason: "NotFound", Details: { Name: "snapshot-wmb7p", Group: "snapshot.storage.k8s.io", Kind: "volumesnapshots", UID: "", Causes: nil, RetryAfterSeconds: 0, }, Code: 404, }, } volumesnapshots.snapshot.storage.k8s.io "snapshot-wmb7p" not found occurred Example: https://prow.ci.openshift.org/view/gs/origin-ci-test/pr-logs/pull/openshift_csi-external-provisioner/31/pull-ci-openshift-csi-external-provisioner-master-e2e-aws-csi/1303642383254032384 Full search: https://search.ci.openshift.org/?search=volumesnapshots.snapshot.storage.k8s.io+.*+not+found&maxAge=336h&context=15&type=junit&name=&maxMatches=5&maxBytes=20971520&groupBy=job
Upstream PR: https://github.com/kubernetes/kubernetes/pull/94653
We need to bump k8s/kubernetes in openshift/origin to fix the test.
Fixed as part of https://github.com/openshift/origin/pull/25495
Checking the latest ci result, after PR merged, no failure case found due to "VolumeSnapshot not found" when cleaning up the volumesnapshot. Marked it as VERIFIED.
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 (OpenShift Container Platform 4.6 GA Images), 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/RHBA-2020:4196