Bug 851454

Summary: /distribution/kernelinstall installs non-PAE kernel on machine with >4G RAM
Product: [Retired] Beaker Reporter: Guangze Bai <gbai>
Component: testsAssignee: Bill Peck <bpeck>
Status: CLOSED NOTABUG QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 0.9CC: bpeck, dcallagh, kbaker, rmancy, yshao
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-09-07 05:31:27 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.