Bug 1236691
Summary: | /virt/install does not respect guest kernel_options | ||
---|---|---|---|
Product: | [Retired] Beaker | Reporter: | Jan Stancek <jstancek> |
Component: | tests | Assignee: | Dan Callaghan <dcallagh> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | tools-bugs <tools-bugs> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 19 | CC: | asavkov, bpeck, dcallagh, dowang, ebaak, jburke, pbunyan |
Target Milestone: | 21.0 | Keywords: | NeedsTestCase, Patch |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-08-26 06:15:29 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
Jan Stancek
2015-06-29 18:05:18 UTC
I don't think this is a regression, is it? We just need the task to grab kernel_options out of the recipe XML and append it to the end of the --extra-args option that it builds, I guess. BTW !ksdevice doesn't mean anything to the kernel (the ! prefix is a Cobbler-ism, reimplemented in Beaker) so I'm not sure why that's in there. Although it makes no difference to this bug. (In reply to Dan Callaghan from comment #2) > I don't think this is a regression, is it? Likely not a regression. > BTW !ksdevice doesn't mean anything to the kernel (the ! prefix is a > Cobbler-ism, reimplemented in Beaker) so I'm not sure why that's in there. > Although it makes no difference to this bug. The option I cared about was "inst.zram=off", because zram has fatal bug, that breaks installation of recent RHEL7.2 nightly trees. Tagged as: /distribution/virt/install 4.0-89 /distribution/virt/image-install 1.0-5 /distribution/virt/start 2.1-10 /distribution/virt/stop 2.0-17 /distribution/virt/start_stop 2.1-3 Suggested test case: Run a job with a guest recipe, put kernel_option_post="dummyoption" in <guestrecipe/>. Check kernel command line shown in guest console log after the recipe is finished. Expected results: "dummyoption" should appear on kernel command when the guest reboots after installation. (In reply to Dan Callaghan from comment #8) > Suggested test case: > Run a job with a guest recipe, put kernel_option_post="dummyoption" in ^^ this BZ is about kernel_options kernel_options_post is handled via kickstart as parameter for "bootloader" option, as far as I know that always worked fine. > <guestrecipe/>. > Check kernel command line shown in guest console log after the recipe is > finished. kernel_options should be on command line only during installation. (In reply to Jan Stancek from comment #9) Ah yes of course, I got it the wrong way around. Thanks for the correction :-) Tasks published on beaker-project.org. |