Skip to content

Commit 200107e

Browse files
committed
Note user-specified crashkernel value will be overwritten by default value
Resolves: https://issues.redhat.com/browse/RHEL-69568 When kdump-utils gets updated automatically i.e. not updated manually by user, users won't notice custom crashkernel value gets overwritten as the logs in /var/log/dnf.rpm.log may be ignored, 2024-12-10T02:57:12-0500 INFO kdump: For kernel=/boot/vmlinuz-6.11.0-28.el10.x86_64, crashkernel=1G-4G:192M,4G-64G:256M,64G-:512M now. Please reboot the system for the change to take effect. Note if you don't want kexec-tools to manage the crashkernel kernel parameter, please set auto_reset_crashkernel=no in /etc/kdump.conf. So add a note to kdump.conf. Suggested-by: Ryosuke Yasuoka <[email protected]> Signed-off-by: Coiby Xu <[email protected]>
1 parent e9c84d7 commit 200107e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

gen-kdump-conf.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ generate()
2323
# - whether to reset kernel crashkernel to new default value
2424
# or not when kexec-tools updates the default crashkernel value and
2525
# existing kernels using the old default kernel crashkernel value.
26-
# The default value is yes.
26+
# The default value is yes. Note the user-specified value will be
27+
# overwritten to the default crahskernel value.
2728
#
2829
# raw <partition>
2930
# - Will dd /proc/vmcore into <partition>.

0 commit comments

Comments
 (0)