Bug 851454 - /distribution/kernelinstall installs non-PAE kernel on machine with >4G RAM
Summary: /distribution/kernelinstall installs non-PAE kernel on machine with >4G RAM
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Beaker
Classification: Retired
Component: tests
Version: 0.9
Hardware: Unspecified
OS: Unspecified
high
high
Target Milestone: ---
Assignee: Bill Peck
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-08-24 08:43 UTC by Guangze Bai
Modified: 2015-02-08 21:38 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2012-09-07 05:31:27 UTC
Embargoed:


Attachments (Terms of Use)

Description Guangze Bai 2012-08-24 08:43:42 UTC
Description of problem:

This is found from https://beaker.engineering.redhat.com/recipes/605021
<task name="/distribution/kernelinstall" role="STANDALONE">
    <params>
	<param name="KERNELARGNAME" value="kernel"/>
	<param name="KERNELARGVERSION" value="2.6.18-338.el5"/>
	<param name="KERNELARGVARIANT" value="up"/>
    </params>
</task>

IIRC, "up" can determine PAE or not automatically. This recipe initially installed a PAE kernel since the box has more than 4G RAM, but kernelinstall testcase installed a non-PAE kernel.

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



Expected results:
Determine accordingly:
<4G, install non-PAE kernel
>4G, install PAE kernel

Additional info:

Comment 1 Guangze Bai 2012-09-07 05:31:27 UTC
oh, 'up' is supposed to mean non-PAE kernel while 'PAE' is PAE kernel. I don't know much about the history. Sorry for the noise.

Close NOTABUG.


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