-
Bug
-
Resolution: Done
-
Undefined
-
None
-
rhel-9.5, rhel-9.6
-
None
-
No
-
Low
-
rhel-net-perf
-
None
-
False
-
False
-
-
None
-
None
-
None
-
None
-
Unspecified
-
Unspecified
-
Unspecified
-
-
All
-
None
What were you trying to do that didn't work?
- incorrect parameters in tuned-profiles-postgresql
What is the impact of this issue to you?
- tuned not working correctly by default
Please provide the package NVR for which the bug is seen:
- tuned-profiles-postgresql-2.25.1-2.el9_6.noarch
How reproducible is this bug?:
- default configuration
Steps to reproduce
[root@localhost ~]# grep ^dirty /usr/lib/tuned/postgresql/tuned.conf dirty_background_bytes = 67108864 dirty_bytes = 536870912 [root@localhost ~]# rpm -q tuned-profiles-postgresql tuned-profiles-postgresql-2.25.1-2.el9_6.noarch
Expected results
- default configuration lines should be:
vm.dirty_background_bytes = 67108864 vm.dirty_bytes = 536870912
Actual results
dirty_background_bytes = 67108864 dirty_bytes = 536870912