Bug 1691547
Summary: | CSV appears stuck (doesn't gain a status) when referenced CRDs have longer than anticipated API names or resource names | ||
---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Paul Morie <pmorie> |
Component: | OLM | Assignee: | Evan Cordell <ecordell> |
Status: | CLOSED ERRATA | QA Contact: | Jian Zhang <jiazha> |
Severity: | urgent | Docs Contact: | |
Priority: | high | ||
Version: | 4.1.0 | CC: | afield, bandrade, chuo, scolange |
Target Milestone: | --- | ||
Target Release: | 4.1.0 | ||
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: | 2019-06-04 10:46:21 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
Paul Morie
2019-03-21 21:12:23 UTC
Paul, Many thanks for your report! PS: the OLM version in the latest paylaod is: 5159b0a1c0dfe2cb76eb706afb4e3cc2ac4447fd, that above PR hasn't been merged in. So, we cannot reproduce it, waiting for the newer OLM version. The OLM version: io.openshift.build.commit.id=9ba3512c5406b62179968e2432b284e9a30c321e 1, Install the federation operator on the Web console. 2, Check the olm-operator logs, didn't find the Errors. 3, The csv of the federation status shows "succeeded". [jzhang@dhcp-140-18 444]$ oc get csv NAME DISPLAY VERSION REPLACES PHASE federation.v0.0.7 Federation 0.0.7 Succeeded [jzhang@dhcp-140-18 444]$ oc get csv federation.v0.0.7 -o yaml apiVersion: operators.coreos.com/v1alpha1 kind: ClusterServiceVersion metadata: ... labels: olm.api.6c3df734d1d208fc: provided olm.api.29a256023848a274: provided olm.api.89e875d662667db9: provided olm.api.422c37778bd5e759: provided olm.api.707a6caafde1dce8: provided olm.api.88525a00ddf32edb: provided olm.api.c47d6dbf1bf2e2ad: provided olm.api.c599573f7cb189c: provided olm.api.eab48e18d2458ca0: provided olm.api.edd4aff9ba675121: provided name: federation.v0.0.7 namespace: default The labels have changed to the Hash, LGTM, verify it. 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, 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-2019:0758 |