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 644494 - support for _rnetdev mount option missing in RHEL6
Summary: support for _rnetdev mount option missing in RHEL6
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Enterprise Linux 6
Classification: Red Hat
Component: dracut
Version: 6.1
Hardware: All
OS: Linux
high
high
Target Milestone: rc
: ---
Assignee: Harald Hoyer
QA Contact: Release Test Team
URL:
Whiteboard:
Depends On: 644503
Blocks:
TreeView+ depends on / blocked
 
Reported: 2010-10-19 18:34 UTC by Dave Maley
Modified: 2018-10-27 11:30 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2010-11-12 15:25:11 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
dracut-004-32-rnetdev.patch (729 bytes, patch)
2010-10-19 18:34 UTC, Dave Maley
no flags Details | Diff

Description Dave Maley 2010-10-19 18:34:03 UTC
Created attachment 454406 [details]
dracut-004-32-rnetdev.patch

Description of problem:
Start of kdump service fails in RHEL6 iSCSI boot environment.  The kdump service starts successfully in RHEL5 when _rnetdev option is specified for /boot in fstab.

The _rnetdev mount option was added in RHEL5.2 to address problems where the iscsi root device never got fscked.  The _rnetdev support added to mkinitrd in 5.2 (bug 435717) is missing from dracut in RHEL6.


Version-Release number of selected component (if applicable):
dracut-004-32.el6


How reproducible:
always


Steps to Reproduce:
1. setup system w/ iSCSI boot environment
2. configure kdump (if not auto-enabled)
3. reboot (if crashkernel memory not already reserved)

  
Actual results:
kdump service fails to start


Expected results:
kdump service starts successfully


Additional info:

Comment 3 Harald Hoyer 2010-10-20 08:19:59 UTC
which tool uses dracut-gencmdline and why???

Comment 4 Dave Maley 2010-10-20 15:29:06 UTC
> which tool uses dracut-gencmdline and why???

Good questions  8)

When investigating I found code in dracut-gencmdline which matched the mkinitrd code patched in bug 435717.  I now see that dracut-gencmdline is part of dracut-tools, which isn't part of the base product but rather it's in /optional.  Thus it doesn't appear this change is required to resolve the problem reported by the customer.

Then again I suppose there's a reason dracut-gencmdline is even included in /optional, and based the "code taken from mkinitrd" comment right at the top we might want to consider this change for completeness.

I'm going to request the customer confirm this isn't required to resolve their reported problem.

Comment 5 Dave Maley 2010-10-20 15:43:40 UTC
note: the support for _rnetdev in mkinitrd was added to 5.2 in order to fix fsck on iscsi root devs (bug 435717).  However the customer who reported it against RHEL6 noticed it because it broke kdump in their iscsi boot environment.  I've updated the summary to (hopefully) more accurately describe this bug report.

Comment 6 Dave Maley 2010-11-02 21:06:57 UTC
Harold - the customer has confirmed that the dracut code change is indeed not necessary.  Not sure what the intended uses for the dracut-tools package is, nor who the users of dracut-gencmdline might be, so I leave it up to you as to whether it's worth taking this patch.

Cheers!
~Dave


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