Disable the amd.scheduler plug-in instance in the postgresql profile

Resolves: RHEL-70470
This commit is contained in:
Pavol Žáčik 2025-01-07 14:49:37 +01:00
parent df8e8f27c4
commit 7c2ae1cf35
No known key found for this signature in database
GPG Key ID: 5B5640AB63D575DE
2 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,11 @@
diff --git a/profiles/postgresql/tuned.conf b/profiles/postgresql/tuned.conf
index 88da8e4..4fd3810 100644
--- a/profiles/postgresql/tuned.conf
+++ b/profiles/postgresql/tuned.conf
@@ -55,3 +55,6 @@ sched_min_granularity_ns = 10000000
# "cache hot" and thus less likely to be re-migrated
# (system default is 500000, i.e. 0.5 ms)
sched_migration_cost_ns = 50000000
+
+[scheduler.amd]
+enabled=false

View File

@ -104,6 +104,8 @@ Patch3: tuned-2.22.1-sap-vm-max-map-count.patch
Patch4: tuned-2.21.1-CVE-2024-52337.patch
# Make hdparm device checks lazy (see RHEL-71457 for details)
Patch5: tuned-2.22.1-use-hdparm-lazily.patch
# Disable the amd.scheduler plug-in instance in the postgresql profile (see RHEL-70470 for details)
Patch6: tuned-2.22.1-postgresql-disable-amd-instance.patch
%description
The tuned package contains a daemon that tunes system settings dynamically.
@ -579,6 +581,8 @@ fi
* Mon Jan 06 2025 Pavol Žáčik <pzacik@redhat.com> - 2.22.1-6
- Make hdparm device checks lazy
Resolves: RHEL-71457
- Disable the amd.scheduler plug-in instance in the postgresql profile
Resolves: RHEL-70470
* Mon Nov 18 2024 Jaroslav Škarvada <jskarvad@redhat.com> - 2.22.1-5
- Added sanity checks for API methods parameters, (CVE-2024-52337)