Bug 685130 - duplicate crashkernel in isolinux.cfg
Summary: duplicate crashkernel in isolinux.cfg
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: ovirt-node
Version: 6.1
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: rc
: ---
Assignee: Mike Burns
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-15 11:35 UTC by Mohua Li
Modified: 2011-08-19 15:18 UTC (History)
9 users (show)

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.
Clone Of:
Environment:
Last Closed: 2011-08-19 15:18:33 UTC
Target Upstream Version:


Attachments (Terms of Use)
Patch (1.14 KB, text/plain)
2011-03-15 18:04 UTC, Mike Burns
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.