osbuild / osbuild-composer

An HTTP service for building bootable OS images.

Home Page:https://www.osbuild.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

crashkernel=<empty> in the RHEL-9.4 Azure image

yuxisun1217 opened this issue · comments

Description of problem:
"crashkernel=" value is empty in the Azure RHEL-9.4 image(rhel-azure-9.4-xxx.vhd.xz)

Version-Release number of selected components (if applicable):
RHEL-9.4 Azure image(built by image builder team)

How reproducible:
100%

Steps to Reproduce:
1 Download the image in the description and check the kernel parameters

# virt-customize --run-command "grubby --info=ALL >/tmp/1" -a rhel-azure-9.4-xxx.x86_64.vhd
# virt-cat -a rhel-azure-9.4-xxx.x86_64.vhd /tmp/1

Actual results:
args="ro console=tty1 console=ttyS0 earlyprintk=ttyS0 rootdelay=300 crashkernel= $tuned_params"...

Expected results:
crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M

Additional info:

  • Have the same issue in RHEL-9.4 aarch64 image
  • No such issue in RHEL-8.10 images

According to commit eb36b86 crashkernel is now set by kexec-tools, and I do not see any code in osbuild-composer, images, or osbuild that sets it.

Thanks @bcl ! I just checked the latest RHEL-9.4 image and this issue is fixed. Close it now.