Bug 1915912
Summary: | sig-storage-csi-snapshotter image not available | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | jamo luhrsen <jluhrsen> |
Component: | Storage | Assignee: | Jan Safranek <jsafrane> |
Storage sub component: | Storage | QA Contact: | Qin Ping <piqin> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | high | ||
Priority: | medium | CC: | aos-bugs, jsafrane, vrutkovs, wking |
Version: | 4.7 | Keywords: | Reopened |
Target Milestone: | --- | ||
Target Release: | 4.7.0 | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | No Doc Update | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2021-02-24 15:53:00 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
jamo luhrsen
2021-01-13 17:45:20 UTC
I also see this same error in the frequently failing test case ([sig-imageregistry][Feature:ImageTriggers] Annotation trigger reconciles after the image is overwritten [Suite:openshift/conformance/parallel]) in the same job. Also, I noticed that the (Prometheus when installed ...) is also failing in other non-vsphere jobs, like this one: https://testgrid.k8s.io/redhat-openshift-ocp-release-4.7-informing#release-openshift-origin-installer-e2e-gcp-4.7&grid=old this may be a dup of https://bugzilla.redhat.com/show_bug.cgi?id=1891068# marking it that way and will re-open if not. *** This bug has been marked as a duplicate of bug 1891068 *** Not a dupe, some e2e tests (upgrade-conformance suite at least) start pods which are in ImagePullBackOff: ``` $ oc -n e2e-provisioning-3072-7881 get pod/csi-hostpath-snapshotter-0 -o yaml ... Back-off pulling image "quay.io/openshift/community-e2e-images:e2e-k8s-gcr-io-sig-storage-csi-snapshotter-v3-0-2-xM4zaRecqro9vBr7" ``` This image doesn't exist: ``` $ skopeo inspect docker://quay.io/openshift/community-e2e-images:e2e-k8s-gcr-io-sig-storage-csi-snapshotter-v3-0-2-xM4zaRecqro9vBr7 FATA[0002] Error parsing image name "docker://quay.io/openshift/community-e2e-images:e2e-k8s-gcr-io-sig-storage-csi-snapshotter-v3-0-2-xM4zaRecqro9vBr7": Error reading manifest e2e-k8s-gcr-io-sig-storage-csi-snapshotter-v3-0-2-xM4zaRecqro9vBr7 in quay.io/openshift/community-e2e-images: manifest unknown: manifest unknown ``` So either it needs to be uploaded or the tests should use correct image Hi Jan, The test image issue is fixed with this PR, but the related e2e test cases seem still are excluded from the OCP e2e test for the `[Disabled: Broken]` keyword. echo '"[sig-storage] CSI Volumes [Driver: csi-hostpath] [Testpattern: Dynamic PV (default fs)] provisioning should provision storage with snapshot data source [Feature:VolumeSnapshotDataSource] [Disabled:Broken] [Suite:k8s]"'|openshift-tests run -f - 1 pass, 0 skip (2m30s) I'll change the bug status to assigned first, if you want to fix this issue in another bug, feel free to mark it as verified, thanks! Checked with version: 4.7.0-0.nightly-2021-02-06-084550 Qin, I filed https://bugzilla.redhat.com/show_bug.cgi?id=1925493 to enable the tests. 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.7.0 security, bug fix, and enhancement 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-2020:5633 |