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
[RHEL-9] Remove deprecated option crashkernel=auto from all image definitions
#1819
Comments
|
I had a quick look at this. So And then acts upon it: This is a no-go for us. We should mask The immediate idea would be to create a stage that would read Two solutions come to mind:
|
|
This is also related to #1828 |
|
Related to osbuild/osbuild#881 |
|
Filed a bug with |
|
Hi @atodorov . Can you please elaborate how is this blocking testing on aarch64? |
|
To be more exact, it's blocking testing on |
Not blocking anymore. |
Thanks for the additional info. So the issue is that we tend to use Fedora systems reserved in Beaker for generating the image test cases and those don't have the The issue should go away as soon as osbuild is enhanced to mask I think that a workaround could be to remove the |
Setting of the `crashkernel` option to the appropriate value is now done by the `kexec-tools` package when installed and when any new kernel is installed. Fix osbuild#1819 Fix rhbz#2006692 Signed-off-by: Tomas Hozza <thozza@redhat.com>
Setting of the `crashkernel` option to the appropriate value is now done by the `kexec-tools` package when installed and when any new kernel is installed. Regenerate relevant image test cases. Fix osbuild#1819 Fix rhbz#2006692 Signed-off-by: Tomas Hozza <thozza@redhat.com>
Setting of the `crashkernel` option to the appropriate value is now done by the `kexec-tools` package when installed and when any new kernel is installed. Regenerate relevant image test cases. Fix #1819 Fix rhbz#2006692 Signed-off-by: Tomas Hozza <thozza@redhat.com>
The RHEL-only patch to support kernel option
crashkernel=autohas been dropped in RHEL-9. For this reason none of the RHEL-9 images should use it for kernel command line.The functionality has been reimplemented by introducing a new file
/lib/modules/$kernel_ver/crashkernel.defaultinstalled by thekernel-corepackage, which content should be appended to the kernel command line instead.More information in https://bugzilla.redhat.com/show_bug.cgi?id=2006692
The text was updated successfully, but these errors were encountered: