Bug 1324183

Summary: Failing to install tuned-profiles-realtime
Product: Red Hat Enterprise Linux 7 Reporter: Daniel Bristot de Oliveira <daolivei>
Component: relengAssignee: Jan Blazek <jblazek>
Status: CLOSED WORKSFORME QA Contact: Release Test Team <release-test-team>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 7.2CC: bhu, jblazek, jeder, jskarvad, ncroxon
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2016-04-12 08:08:07 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:

Description Daniel Bristot de Oliveira 2016-04-05 18:22:44 UTC
Created attachment 1143929 [details]
RHEL-RT install failure

Description of problem:
I am receiving the following error when installing the tuned-profiles-realtime:

[root@rhel72minimal ~]# yum install tuned-profiles-realtime
.....
Error: Package: tuned-profiles-realtime-2.5.1-4.el7_2.2.noarch (rhel-7-server-rt-rpms)
           Requires: tuned = 2.5.1-4.el7_2.2
           Installed: tuned-2.5.1-4.el7_2.3.noarch (@rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7_2.3
           Available: tuned-2.3.0-11.el7.noarch (rhel-7-server-aus-rpms)
               tuned = 2.3.0-11.el7
           Available: tuned-2.3.0-11.el7_0.3.noarch (rhel-7-server-aus-rpms)
               tuned = 2.3.0-11.el7_0.3
           Available: tuned-2.4.1-1.el7.noarch (rhel-7-server-aus-rpms)
               tuned = 2.4.1-1.el7
           Available: tuned-2.5.1-4.el7.noarch (rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7
           Available: tuned-2.5.1-4.el7_2.1.noarch (rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7_2.1
           Available: tuned-2.5.1-4.el7_2.2.noarch (rhel-7-server-aus-rpms)
               tuned = 2.5.1-4.el7_2.2

Version-Release number of selected component (if applicable):
2.5.1-4.el7_2.2

How reproducible:
Always

Steps to Reproduce:
1. Update RHEL-7 (yum -y update)
2. Try to install tuned-profiles-realtime

Actual results:
Failing to install tuned-profiles-realtime

Expected results:
Install tuned-profiles-realtime


Additional info:
This is breaking the Red Hat Enterprise Linux for Real Time installation: "yum groupinstall RT" is failing because of this error.

I am attaching the console log of a failure in the rhel-rt installation because of this problem.

Comment 2 Daniel Bristot de Oliveira 2016-04-05 19:13:25 UTC
The tuned-profiles-sap is matching the version with tuned, so it is installing.
But the tuned-profiles-sap-hana is also in the el7_2.2 version, thus failing like the realtime profile.

I wonder if the problem is that the profiles packages are requiring the same (=) version of the tuned, and not the same or newer (>=) version.

Comment 3 Jaroslav Škarvada 2016-04-06 10:34:48 UTC
I think this is relengs bug, the versions should be same everywhere. Ccing jblazek from relengs.

As devels we may loose the deps in the tuned package, i.e to major.minor tuned version instead of the full NVR, but we shouldn't do >= as the tool/profiles arestill under development.

Comment 5 Daniel Bristot de Oliveira 2016-04-11 18:50:02 UTC
FYI: It is working! Thanks!

Comment 6 Jan Blazek 2016-04-12 08:08:07 UTC
(In reply to Daniel Bristot de Oliveira from comment #5)
> FYI: It is working! Thanks!

Thank you for the information.