Issue
The default tuned profile in RHEL is throughput-performance.
Example: RHEL-9.4.0-20240219.74 with tuned-2.22.0-1.el9.noarch
grep -E -v '^#|^$' /usr/lib/tuned/recommend.d/50-tuned.conf
[atomic-host]
virt=
syspurpose_role=.*atomic.*
[atomic-guest]
virt=.+
syspurpose_role=.*atomic.*
[virtual-guest]
virt=.+
[balanced]
syspurpose_role=(.*(desktop|workstation).*)|^$
chassis_type=.*(Notebook|Laptop|Portable).*
[throughput-performance]
With tuned-2.22.0-0.1.rc1.el10+5.noarch.rpm for RHEL-10 from brew
https://brewweb.engineering.redhat.com/brew/buildinfo?buildID=2913277
the default profile is balanced (inherited from Fedora)
$grep -E -v '^#|^$' /usr/lib/tuned/recommend.d/50-tuned.conf
[atomic-host]
virt=
system=.*atomic.*
[atomic-guest]
virt=.+
system=.*atomic.*
[throughput-performance]
virt=
system=.*(computenode|server).*
[virtual-guest]
virt=.+
[balanced]
Could you please update the defaults for tuned-in RHEL-10 to match RHEL-9?
We need to update the file /usr/lib/tuned/recommend.d/50-tuned.conf to match RHEL-9.
Thanks a lot
Jirka