Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

plugin_bootloader: do not add duplicate parameters #443

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

liangxiao1
Copy link
Contributor

Check whether the planned boot parameters are present before
adding them.

With the patch applied, only new settings are added.
2022-06-12 22:35:38,632 INFO tuned.plugins.plugin_bootloader: installing
additional boot command line parameters to grub2
2022-06-12 22:35:38,633 INFO tuned.plugins.plugin_bootloader: not change
boot command line parameters present in cmdline already: skew_tick=1
2022-06-12 22:35:38,633 INFO tuned.daemon.daemon: static tuning from
profile 'network-latency' applied

Signed-off-by: Xiao Liang xiliang@redhat.com

Check whether the planned boot parameters are present before
adding them.

With the patch applied, only new settings are added.
2022-06-12 22:35:38,632 INFO     tuned.plugins.plugin_bootloader: installing
additional boot command line parameters to grub2
2022-06-12 22:35:38,633 INFO     tuned.plugins.plugin_bootloader: not change
boot command line parameters present in cmdline already: skew_tick=1
2022-06-12 22:35:38,633 INFO     tuned.daemon.daemon: static tuning from
profile 'network-latency' applied

Signed-off-by: Xiao Liang <xiliang@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant