Note: This bug is displayed in read-only format because
the product is no longer active in Red Hat Bugzilla.
RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Created attachment 497307[details]
Screenshot
Description of problem:
When use crashkernel=512M-4G:128M,4G-:256M, system-config-kdump can't recognize this.
[root@amd-dinar-02 ~]# cat /boot/grub/grub.conf
# grub.conf generated by anaconda
#
# Note that you do not have to rerun grub after making changes to this file
# NOTICE: You have a /boot partition. This means that
# all kernel and initrd paths are relative to /boot/, eg.
# root (hd0,0)
# kernel /vmlinuz-version ro root=/dev/mapper/vg_amddinar02-lv_root
# initrd /initrd-[generic-]version.img
#boot=/dev/sda
default=0
timeout=5
serial --port=0x03f8 --speed=115200
terminal --timeout=5 serial console
title Red Hat Enterprise Linux (2.6.32-131.0.13.el6.x86_64)
root (hd0,0)
kernel /vmlinuz-2.6.32-131.0.13.el6.x86_64 root=/dev/mapper/vg_amddinar02-lv_root ro rd_LVM_LV=vg_amddinar02/lv_root rd_LVM_LV=vg_amddinar02/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us console=ttyS0,115200n81 crashkernel=512M-4G:128M,4G-:256M
initrd /initramfs-2.6.32-131.0.13.el6.x86_64.img
[root@amd-dinar-02 ~]# cat /proc/cmdline
root=/dev/mapper/vg_amddinar02-lv_root ro rd_LVM_LV=vg_amddinar02/lv_root rd_LVM_LV=vg_amddinar02/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us console=ttyS0,115200n81 crashkernel=512M-4G:128M,4G-:256M
[root@amd-dinar-02 ~]# cat /sys/kernel/kexec_crash_size
268435456
[root@amd-dinar-02 ~]# service kdump status
Kdump is operational
[root@amd-dinar-02 ~]# system-config-kdump
Version-Release number of selected component (if applicable):
kexec-tools-2.0.0-188.el6.x86_64
system-config-kdump-2.0.2.2-2.el6.noarch
kernel-2.6.32-131.0.13.el6.x86_64
How reproducible:
100%
Steps to Reproduce:
1.Install RHEL6.1-20110503.0
2.Install system-config-kdump
3.
Actual results:
Not support
Expected results:
This kind of syntax should be supported
Additional info:
Comment 3RHEL Program Management
2011-05-06 09:47:40 UTC
This request was evaluated by Red Hat Product Management for
inclusion in the current release of Red Hat Enterprise Linux.
Because the affected component is not scheduled to be updated
in the current release, Red Hat is unfortunately unable to
address this request at this time. Red Hat invites you to
ask your support representative to propose this request, if
appropriate and relevant, in the next release of Red Hat
Enterprise Linux. If you would like it considered as an
exception in the current release, please ask your support
representative.
Created attachment 497307 [details] Screenshot Description of problem: When use crashkernel=512M-4G:128M,4G-:256M, system-config-kdump can't recognize this. [root@amd-dinar-02 ~]# cat /boot/grub/grub.conf # grub.conf generated by anaconda # # Note that you do not have to rerun grub after making changes to this file # NOTICE: You have a /boot partition. This means that # all kernel and initrd paths are relative to /boot/, eg. # root (hd0,0) # kernel /vmlinuz-version ro root=/dev/mapper/vg_amddinar02-lv_root # initrd /initrd-[generic-]version.img #boot=/dev/sda default=0 timeout=5 serial --port=0x03f8 --speed=115200 terminal --timeout=5 serial console title Red Hat Enterprise Linux (2.6.32-131.0.13.el6.x86_64) root (hd0,0) kernel /vmlinuz-2.6.32-131.0.13.el6.x86_64 root=/dev/mapper/vg_amddinar02-lv_root ro rd_LVM_LV=vg_amddinar02/lv_root rd_LVM_LV=vg_amddinar02/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us console=ttyS0,115200n81 crashkernel=512M-4G:128M,4G-:256M initrd /initramfs-2.6.32-131.0.13.el6.x86_64.img [root@amd-dinar-02 ~]# cat /proc/cmdline root=/dev/mapper/vg_amddinar02-lv_root ro rd_LVM_LV=vg_amddinar02/lv_root rd_LVM_LV=vg_amddinar02/lv_swap rd_NO_LUKS rd_NO_MD rd_NO_DM LANG=en_US.UTF-8 SYSFONT=latarcyrheb-sun16 KEYTABLE=us console=ttyS0,115200n81 crashkernel=512M-4G:128M,4G-:256M [root@amd-dinar-02 ~]# cat /sys/kernel/kexec_crash_size 268435456 [root@amd-dinar-02 ~]# service kdump status Kdump is operational [root@amd-dinar-02 ~]# system-config-kdump Version-Release number of selected component (if applicable): kexec-tools-2.0.0-188.el6.x86_64 system-config-kdump-2.0.2.2-2.el6.noarch kernel-2.6.32-131.0.13.el6.x86_64 How reproducible: 100% Steps to Reproduce: 1.Install RHEL6.1-20110503.0 2.Install system-config-kdump 3. Actual results: Not support Expected results: This kind of syntax should be supported Additional info: