Bug 2017924 - TuneD improperly parses the include directive when profile name finishes in non-word characters
Summary: TuneD improperly parses the include directive when profile name finishes in n...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 8
Classification: Red Hat
Component: tuned
Version: 8.6
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: rc
: ---
Assignee: Jaroslav Škarvada
QA Contact: Robin Hack
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2021-10-27 17:47 UTC by Jiří Mencák
Modified: 2022-05-10 16:56 UTC (History)
3 users (show)

Fixed In Version: tuned-2.18.0-0.1.rc1.el8
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-05-10 15:31:16 UTC
Type: Bug
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Red Hat Issue Tracker RHELPLAN-101298 0 None None None 2021-11-01 19:35:39 UTC
Red Hat Product Errata RHBA-2022:2106 0 None None None 2022-05-10 15:31:30 UTC

Description Jiří Mencák 2021-10-27 17:47:02 UTC
Description of problem:
When using the include directive in the [main] section, TuneD improperly processes profile included when profile names end in non word characters such as '-', '^', ...

Version-Release number of selected component (if applicable):
All, including the current upstream version.

How reproducible:
Always.

Steps to Reproduce:
1. Create TuneD profile "bz" with the following content.
[main]
summary=PoC
include=provider-,balanced

2. Create en empty "provider-" profile:
mkdir -p /etc/tuned/provider-/
touch /etc/tuned/provider-/tuned.conf 

3. systemctl stop tuned --now

4. tuned --no-dbus

Actual results:
2021-10-27 13:43:50,984 INFO     tuned.daemon.application: dynamic tuning is globally disabled
2021-10-27 13:43:50,989 DEBUG    tuned.daemon.daemon: initializing daemon
2021-10-27 13:43:50,989 INFO     tuned.daemon.daemon: using sleep interval of 1 second(s)
2021-10-27 13:43:50,989 INFO     tuned.daemon.daemon: Running in automatic mode, checking what profile is recommended for your configuration.
2021-10-27 13:43:50,990 INFO     tuned.daemon.daemon: Using 'bz' profile
2021-10-27 13:43:50,991 INFO     tuned.profiles.loader: loading profile: bz
2021-10-27 13:43:50,993 ERROR    tuned.daemon.daemon: Cannot set initial profile. No tunings will be enabled: Cannot load profile(s) 'bz': Cannot find profile 'provider-,balanced' in '['/etc/tuned', '/usr/lib/tuned']'.
2021-10-27 13:43:50,993 INFO     tuned.daemon.controller: starting controller

Expected results:
TuneD profiles "provider-" and "balanced" successfully applied.

Comment 1 Jiří Mencák 2022-01-11 16:53:42 UTC
Bumping the priority (NTO needs this fix soon) and providing an upstream fix:
https://github.com/redhat-performance/tuned/pull/401

Comment 4 Jaroslav Škarvada 2022-01-12 10:39:09 UTC
FDP clone bug 2039739.

Comment 16 errata-xmlrpc 2022-05-10 15:31:16 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory (tuned bug fix and enhancement update), and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2022:2106


Note You need to log in before you can comment on or make changes to this bug.