RHEL Engineering is moving the tracking of its product development work on RHEL 6 through RHEL 9 to Red Hat Jira (issues.redhat.com). If you're a Red Hat customer, please continue to file support cases via the Red Hat customer portal. If you're not, please head to the "RHEL project" in Red Hat Jira and file new tickets here. Individual Bugzilla bugs in the statuses "NEW", "ASSIGNED", and "POST" are being migrated throughout September 2023. Bugs of Red Hat partners with an assigned Engineering Partner Manager (EPM) are migrated in late September as per pre-agreed dates. Bugs against components "kernel", "kernel-rt", and "kpatch" are only migrated if still in "NEW" or "ASSIGNED". If you cannot log in to RH Jira, please consult article #7032570. That failing, please send an e-mail to the RH Jira admins at rh-issues@redhat.com to troubleshoot your issue as a user management inquiry. The email creates a ServiceNow ticket with Red Hat. Individual Bugzilla bugs that are migrated will be moved to status "CLOSED", resolution "MIGRATED", and set with "MigratedToJIRA" in "Keywords". The link to the successor Jira issue will be found under "Links", have a little "two-footprint" icon next to it, and direct you to the "RHEL project" in Red Hat Jira (issue links are of type "https://issues.redhat.com/browse/RHEL-XXXX", where "X" is a digit). This same link will be available in a blue banner at the top of the page informing you that that bug has been migrated.
Bug 1531503 - dracut generates wrong initfamfs when lvm.conf containing 'command_names = 1'
Summary: dracut generates wrong initfamfs when lvm.conf containing 'command_names = 1'
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: dracut
Version: 7.5
Hardware: All
OS: Linux
medium
urgent
Target Milestone: rc
: ---
Assignee: Lukáš Nykrýn
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On:
Blocks: 1549617 1551061
TreeView+ depends on / blocked
 
Reported: 2018-01-05 11:13 UTC by Jose Castillo
Modified: 2021-12-10 15:32 UTC (History)
5 users (show)

Fixed In Version: dracut-033-546.el7
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2018-10-30 11:26:36 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
proposed patch (1.62 KB, patch)
2018-01-05 11:14 UTC, Jose Castillo
no flags Details | Diff
second version based on upstream code (3.01 KB, patch)
2018-02-01 14:51 UTC, Jose Castillo
no flags Details | Diff


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2018:3232 0 None None None 2018-10-30 11:28:40 UTC

Description Jose Castillo 2018-01-05 11:13:38 UTC
Description of problem:

The mkinitrd script is not taking into account command_names
from LVM's configuration. This parameter can modify the output of 
an LVM command, and therefore the parsing can go wrong, generating initramfs with no LVM and no device-mapper, and causing issues at boot time.

Version-Release number of selected component (if applicable):
dracut-033-502.el7.x86_64, but I've checked the code in 7.5 and the problem is still there.

How reproducible:
Always.

Steps to Reproduce:
1. Modify /etc/lvm/lvm.conf and change 'command_names = 0' to 'command_names = 1'. You don't need to edit 'prefix" at all.
2. Re-create the initramfs with 'dracut -f'
3. Boot the server.

Actual results:
The server will go into emergency mode.

Expected results:
The server should boot without problems.

Additional info:
This is very similar to the issue reported in bz#593096 . The patch attached here is based in that one, but in our case I had to modify dracut-functions.sh.

Comment 2 Jose Castillo 2018-01-05 11:14:39 UTC
Created attachment 1377439 [details]
proposed patch

Comment 6 Jose Castillo 2018-02-01 14:51:42 UTC
Created attachment 1389542 [details]
second version based on upstream code

Comment 7 Jose Castillo 2018-02-01 14:55:02 UTC
Lukáš, I've posted a new version of the patch based on upstream code I backported. 
After running more tests in Fedora with the code from 'dracutdevs' git, I found that it actually didn't show the issue at all. After backporting the changes you can see in the patch, the problem was fixed in RHEL 7. 
Does this new patch look good to you?
I'll build a rpm soon so it can be tested by QA.

Comment 8 Lukáš Nykrýn 2018-02-01 15:23:43 UTC
Yep, looks good to me. The only problem is that we are passed beta right now, so only blockers and exceptions are accepted to rhel-7.5.

Comment 14 Jakub Vavra 2018-07-23 09:55:40 UTC
Looks fixed in dracut-033-547.el7.x86_64. (RHEL-7.6-20180720.9)

Comment 16 errata-xmlrpc 2018-10-30 11:26:36 UTC
Since the problem described in this bug report should be
resolved in a recent advisory, it has been closed with a
resolution of ERRATA.

For information on the advisory, and where to find the updated
files, follow the link below.

If the solution does not work for you, open a new bug report.

https://access.redhat.com/errata/RHBA-2018:3232


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