-
Notifications
You must be signed in to change notification settings - Fork 21
add NOTE about bootloader cmdline settings with Fedora Cloud images #9
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
add NOTE about bootloader cmdline settings with Fedora Cloud images #9
Conversation
|
The firewall example README has Supported Distributions and Limitations where this information would fit. |
There is currently a problem with managing bootloader cmdline settings with Fedora Cloud images for Fedora 31, 32, and 33 rawhide.
e2b6f8f to
47673b7
Compare
|
@RHEmployee - what bootloader cmdline parameters do you typically use for tuned testing? |
@richm it's expected. With the BLS the kernel options can be specified on multiple places and in multiple variables. It's very hard to remove the options from the right place and the correct way. Tools like grubby simplifies the task by just expanding (flattening) all the options first and then modifying them in the flat list, so you could get something which is very different from your intention - i.e. flat list of options, instead of the options specified hierarchically and in variables. That's why Tuned supports only removal of options it added itself. In the Tuned doc there is written: I think we should add explicit note about it, I added comment to the redhat-performance/tuned#264 (which is an attempt to improve the bootloader documentation) regarding this. |
Thanks, I will update the PR. The PR is currently waiting on the doc team for more thorough review. |
what are those places and variables? The only thing I see in https://systemd.io/BOOT_LOADER_SPECIFICATION/ is that " |
E.g. from what I currently know (there maybe more):
Use case for Tuned was to add additional kernel options to the minimal set of options configured by Anaconda and not change the way how the current options are configured on the system. |
|
closing this PR - kernel_settings does not support bootloader cmdline settings |
I don't have nothing specific. Mostly, we do regression testing so depends on bug. |
I doesn't matter any more since we have decided to drop support for bootloader cmdline settings in the kernel_settings role. |
There are a couple of issues with bootloader cmdline settings.
Cannot remove/replace default settings built-in to bootloader
There is currently a problem with managing bootloader cmdline settings with
Fedora Cloud images for Fedora 31, 32, and 33 rawhide.