1
0
Fork 0
Commit graph

6 commits

Author SHA1 Message Date
Pavol Žáčik
c9f678d8a1
functions: Silence errors if module kvm_intel does not exist
Without the redirect to /dev/null, an error message would
be reported in TuneD logs on aarch64 machines, which do not
have the kernel module.

Resolves: RHEL-79943
2025-03-04 10:06:47 +01:00
Jaroslav Škarvada
edee85a35f
Merge pull request #700 from lack/lenient_kvm_script
Do not initialize kvm low latency if kvm not present
2025-01-16 22:14:00 +01:00
Jim Ramsay
e5cd263b59 Do not initialize kvm low latency if kvm not present
On systems mising the kvm module, skip any attempts to initialize kvm.

Signed-off-by: Jim Ramsay <jramsay@redhat.com>
2024-10-25 23:19:59 -04:00
Evgeni Golov
9e9771b8c7 drop support for cpuspeed
cpuspeed has not been in Fedora since 2011 [1] and last time in RHEL 6.

it should be fairly safe to drop support for it now

[1] https://bugzilla.redhat.com/show_bug.cgi?id=713572
2024-08-23 20:38:00 +02:00
Adriaan Schmidt
71d1597b97 chore: remove dead irqbalance functions
The shell functions in profiles/functions related to irqbalance configuration
have been unused since 462df2610c. Remove them.

Signed-off-by: Adriaan Schmidt <adriaan.schmidt@siemens.com>
2024-07-25 07:02:02 +02:00
Pavol Žáčik
b3b0892d5b
Install script functions and recommend.d to /usr/lib/tuned/
In #615, they were accidentally moved to /usr/lib/tuned/profiles/
where all profiles were migrated.

This also changes the location of `functions` file within
the repository, separating it from the profiles themselves.

Resolves #642.
2024-06-19 15:41:37 +02:00
Renamed from profiles/functions (Browse further)