Issue
Description of problem:
Verification and validation of an active tuned(8) profile is a two fold issue:
1) $ tuned-adm(8) verify - is being worked on at => BZ#1947858
This bug is for the second part below
2) $ tuned-adm(8) verify
Does not offer convenient user-interface/interaction for users to be able to see and confirm
that tuned-adm(8) verify is working well.
It does not present verification results to a user properly.
Verification results get logged to the /var/log/tnued/tuned.log file.
===
tuned-adm verify
Verification failed, current system settings differ from the preset profile.
You can mostly fix this by restarting the Tuned daemon, e.g.:
systemctl restart tuned
or
service tuned restart
Sometimes (if some plugins like bootloader are used) a reboot may be required.
See tuned log file ('/var/log/tuned/tuned.log') for details.
===
$ cat /etc/redhat-release
Red Hat Enterprise Linux release 8.4 Beta (Ootpa)
$ rpm -q tuned
tuned-2.15.0-2.el8.noarch
$
$ tuned --versio
tuned 2.15.0
How reproducible: 100%
Steps to Reproduce:
1. install tuned
2. activate realtime profile
3. run tuned-adm verify
Expected results:
Make it easy for users to validate active profile settings with certainty.