redhat-performance / tuned

Tuning Profile Delivery Mechanism for Linux
GNU General Public License v2.0
814 stars 178 forks source link

Expand sysctl plugin options when reporting overrides #583

Closed zacikpa closed 8 months ago

zacikpa commented 9 months ago

When applying system sysctl options, we log when the applied option overrides an option from a TuneD config. The overrided option may be provided as a variable, so we have to expand it before comparing it with the applied option.

Resolves: RHEL-18972

yarda commented 8 months ago

Thanks, LGTM.