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:
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.