Bug 1761571
| Summary: | [OSP 10] collectd-rdt upgrade fails on a dependency of libpqos-1.0.1 | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Jason Joyce <jjoyce> |
| Component: | collectd | Assignee: | Matthias Runge <mrunge> |
| Status: | CLOSED ERRATA | QA Contact: | Ryan McCabe <rmccabe> |
| Severity: | urgent | Docs Contact: | |
| Priority: | urgent | ||
| Version: | 10.0 (Newton) | CC: | jbadiapa, lars, mmagr, mrunge, pkilambi, rmccabe, shdunne |
| Target Milestone: | z13 | Keywords: | Regression, Triaged, ZStream |
| Target Release: | 10.0 (Newton) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | collectd-5.8.1-4.el7ost | Doc Type: | No Doc Update |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-10-23 08:37:52 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: | |||
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:3183 |
Description of problem: Upgrading to collectd-rdt-5.8.1-2.el7ost on RHEL-7.7 fails due to a missing dependency of libpqos-1.0.1.so. RHEL 7.7 ships intel-cmt-cat-3.0.1-1.el7 which contains libpqos-3.0.1.so, collectd-rdt was built against intel-cmt-cat-1.0.1-1. Steps to Reproduce: 1. Install collectd-rdt-5.8.1-2.el7ost and intel-cmt-cat-1.0.1-1.el7ost 2. yum update Actual results: Error: Package: collectd-rdt-5.8.1-2.el7ost.x86_64 (@rhel-7-server-openstack-10-optools-rpms) Requires: libpqos-1.0.1.so()(64bit) Removing: intel-cmt-cat-1.0.1-1.el7ost.x86_64 (@rhel-7-server-openstack-10-optools-rpms) libpqos-1.0.1.so()(64bit) Updated By: intel-cmt-cat-3.0.1-1.el7.x86_64 (rhel-7-server-rpms) Not found Expected results: Update completes without error.