plugin_bootloader: do not add duplicate parameters #443
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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 [email protected]