Bug 1677175
| Summary: | tuned realtime-virtual-host profile missing space before skew_tick cmdline parameter | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Juri Lelli <jlelli> | ||||||||
| Component: | grub2 | Assignee: | Bootloader engineering team <bootloader-eng-team> | ||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Release Test Team <release-test-team-automation> | ||||||||
| Severity: | unspecified | Docs Contact: | |||||||||
| Priority: | unspecified | ||||||||||
| Version: | 8.1 | CC: | fmartine, jeder, jlelli, jskarvad, lcapitulino, olysonek, pezhang, thozza | ||||||||
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
||||||||
| Target Release: | 8.0 | ||||||||||
| Hardware: | Unspecified | ||||||||||
| OS: | Unspecified | ||||||||||
| Whiteboard: | |||||||||||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |||||||||
| Doc Text: | Story Points: | --- | |||||||||
| Clone Of: | Environment: | ||||||||||
| Last Closed: | 2020-07-17 06:42:22 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: | |||||||||||
| Bug Depends On: | |||||||||||
| Bug Blocks: | 1817732 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Juri Lelli
2019-02-14 08:28:13 UTC
I think this is a grub2 bug. To confirm that, can you please attach the following files from the affected system? /boot/loader/entries/*-$(uname -r).conf /etc/grub2*.cfg /boot/grub2/grubenv *** Bug 1679430 has been marked as a duplicate of this bug. *** Hi Ondřej, Thanks for looking into this. Here are the required files : Created attachment 1537293 [details]
/boot/loader/entries/*-$(uname -r).conf
Created attachment 1537294 [details]
/etc/grub2*.cfg
Created attachment 1537295 [details]
grubenv
Thanks. The problem is that grub doesn't put spaces between expanded variables when evaluating the BLS entries. For example the BLS entry attached in comment#4 contains 'options $kernelopts $tuned_params', but grub doesn't put a space between the expanded $kernelopts and $tuned_params variables. This seems to be a duplicate of Bug #1669252 that was already fixed in grub2-2.02-80.el8. Could you please test if the issue is still present? Closing as duplicate of bug #1669252 per Comment 8. Please feel free to re-open if that's not the case. *** This bug has been marked as a duplicate of bug 1669252 *** |