Bug 1932002
Summary: | Only one of multiple subscriptions to the same package is honored | |||
---|---|---|---|---|
Product: | OpenShift Container Platform | Reporter: | Ben Luddy <bluddy> | |
Component: | OLM | Assignee: | Ben Luddy <bluddy> | |
OLM sub component: | OLM | QA Contact: | Tom Buskey <tbuskey> | |
Status: | CLOSED ERRATA | Docs Contact: | ||
Severity: | high | |||
Priority: | high | CC: | bluddy, jiazha | |
Version: | 4.6 | Keywords: | Triaged | |
Target Milestone: | --- | |||
Target Release: | 4.7.z | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | ||||
Fixed In Version: | Doc Type: | If docs needed, set a value | ||
Doc Text: | Story Points: | --- | ||
Clone Of: | 1932001 | |||
: | 1934637 (view as bug list) | Environment: | ||
Last Closed: | 2021-03-16 08:42:49 UTC | Type: | --- | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | 1932001 | |||
Bug Blocks: | 1934637 |
Description
Ben Luddy
2021-02-23 18:28:35 UTC
Increasing priority to high because a backport of a high priority issue depends on this. The latest payload is 4.7.0-0.nightly-2021-03-04-004412, but it doesn't contain the fixed PR. Change the status to MODIFIED first. [jzhang@dhcp-140-36 ~]$ oc adm release info registry.ci.openshift.org/ocp/release:4.7.0-0.nightly-2021-03-04-004412 --commits |grep lifecycle operator-lifecycle-manager https://github.com/operator-framework/operator-lifecycle-manager 4b67acc560a790caa37fdff2f2c1a1eb50a4949f [jzhang@dhcp-140-36 ~]$ oc -n openshift-operator-lifecycle-manager exec catalog-operator-5764d5d9cf-j5c4j -- olm --version OLM version: 0.17.0 git commit: 4b67acc560a790caa37fdff2f2c1a1eb50a4949f kubectl logs -n openshift-operator-lifecycle-manager deploy/catalog-operator | grep ResolutionFailed | tail -1 I0305 17:10:07.975136 1 event.go:282] Event(v1.ObjectReference{Kind:"Namespace", Namespace:"", Name:"test-namespace", UID:"39de1bf7-48ff-4e0b-bed8-08535d25ef25", APIVersion:"v1", ResourceVersion:"40579", FieldPath:""}): type: 'Warning' reason: 'ResolutionFailed' constraints not satisfiable: subscription test-subscription-stable requires @existing/test-namespace//redis-operator.v0.4.0, subscription test-subscription-stable exists, subscription test-subscription-alpha requires test-catalog/test-namespace/alpha/redis-operator.v0.0.1, subscription test-subscription-alpha exists, @existing/test-namespace//redis-operator.v0.4.0 and test-catalog/test-namespace/alpha/redis-operator.v0.0.1 originate from package redis-operator oc version Client Version: 4.7.0-202103010125.p0-c66c03f Server Version: 4.7.0-0.nightly-2021-03-05-105959 Kubernetes Version: v1.20.0+5fbfd19 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.7.2 bug fix 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/RHBA-2021:0749 |