Bug 2042340

Summary: kernel-tools does not perform a daemon reload when installed/upgraded
Product: Red Hat Enterprise Linux 7 Reporter: Daniel Juarez <djuarezg>
Component: kernelAssignee: Radomir Vrbovsky <rvrbovsk>
kernel sub component: Packaging QA Contact: Red Hat Kernel QE team <kernel-qe>
Status: CLOSED WONTFIX Docs Contact:
Severity: unspecified    
Priority: unspecified CC: Jan.van.Eldik, nmurray, rvrbovsk
Version: 7.9Keywords: Triaged
Target Milestone: rc   
Target Release: ---   
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: 2023-07-19 07:28:13 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 Daniel Juarez 2022-01-19 09:46:55 UTC
With a recent upgrade of the kernel-tools package we see the following.

root@testnode ~]# systemctl status cpupower.service
● cpupower.service - Configure CPU power related settings
Loaded: loaded (/usr/lib/systemd/system/cpupower.service; disabled; vendor preset: disabled)
Active: inactive (dead)
Warning: cpupower.service changed on disk. Run 'systemctl daemon-reload' to reload units.

There seems to be no `systemctl daemon-reload`in the RPM scriptlet of this package.

In the %post part of the corresponding specfile there seems to miss a daemon reload, just where the following is specified:

```
%if %{with_tools}
	
%post -n kernel-tools
	
/sbin/ldconfig
```

Comment 7 RHEL Program Management 2023-07-19 07:28:13 UTC
After evaluating this issue, there are no plans to address it further or fix it in an upcoming release.  Therefore, it is being closed.  If plans change such that this issue will be fixed in an upcoming release, then the bug can be reopened.