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.

Bug 685130

Summary: duplicate crashkernel in isolinux.cfg
Product: Red Hat Enterprise Linux 6 Reporter: Mohua Li <moli>
Component: ovirt-nodeAssignee: Mike Burns <mburns>
Status: CLOSED CURRENTRELEASE QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 6.1CC: gouyang, leiwang, mburns, mhusnain, moli, mshao, ovirt-maint, ycui, yeylon
Target Milestone: rc   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ovirt-node-1.9.3-21.el6 Doc Type: Bug Fix
Doc Text:
Previously, the isolinux.cfg file contained an entry that displayed two values for crashkernel, namely "crashkernel=auto" and "crashkernel=128M". This is fixed so that the unnecessary "crashkernel=128M" value no longer displays in the isolinux.cfg file.
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-08-19 15:18:33 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch none

Description Mohua Li 2011-03-15 11:35:28 UTC
Description of problem:
[root@wlan-5-141 distros]# cat /mnt/isolinux/isolinux.cfg

say This is the Red Hat Enterprise Virtualization Hypervisor 6.1 (9.el6)

menu title RHEV Hypervisor 6.1 (9.el6)


label linux0

  menu label Boot

  kernel vmlinuz0

  append initrd=initrd0.img root=live:CDLABEL=rhev-hypervisor rootfstype=auto ro liveimg nomodeset check rootflags=ro crashkernel=auto elevator=deadline processor.max_cstate=1 crashkernel=128M rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM 

menu default

label serial-console

  menu label Boot with serial console

  kernel vmlinuz0

  append initrd=initrd0.img root=live:CDLABEL=rhev-hypervisor rootfstype=auto ro liveimg nomodeset check rootflags=ro crashkernel=auto elevator=deadline processor.max_cstate=1 crashkernel=128M rhgb rd_NO_LUKS rd_NO_MD rd_NO_DM  console=tty0, console=ttyS0,115200n8



Version-Release number of selected component (if applicable):
rhevh 6.1-9

How reproducible:

always
Steps to Reproduce:
1.
2.
3.
  
Actual results:
 crashkernel=auto elevator=deadline processor.max_cstate=1 crashkernel=128M

Expected results:
 crashkernel=auto elevator=deadline processor.max_cstate=1 

Additional info:

Comment 2 Mike Burns 2011-03-15 18:04:47 UTC
Created attachment 485569 [details]
Patch

Drop the extra crashkernel option from the commandline

Comment 7 Misha H. Ali 2011-05-06 04:18:33 UTC
    Technical note added. If any revisions are required, please edit the "Technical Notes" field
    accordingly. All revisions will be proofread by the Engineering Content Services team.
    
    New Contents:
Previously, the isolinux.cfg file contained an entry that displayed two values for crashkernel, namely "crashkernel=auto" and "crashkernel=128M". This is fixed so that the unnecessary "crashkernel=128M" value no longer displays in the isolinux.cfg file.