Ondřej Lysoněk
Ondřej Lysoněk
When realtime-variables.conf has isolated_cores="", tuned adds 'isolcpus=' to the kernel boot parameters. Tuned should accept an empty string for isolated_cores and put nothing about isolcpus on the kernel cmd line....
Starting with commit 902292088338bce, 'tuned-adm active' now prints two lines - one for all active profiles and one for the post-loaded profile. This breaks one of the test cases. Fix...
Please do not merge this yet. It's only a request for comments and still work-in-progress at this point. The commit "[WIP] Add a new file access API" adds a new...
Consider the following profile: ``` [cpu] devices=foobar ``` The `devices` option doesn't match any CPUs. If you run tuned with this profile, you'll get an IndexError: ``` Traceback (most recent...
When tuned is running with a profile applied and then the profile is switched, the variables from the old profile are not cleared. Instead they are used in the new...