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 1161417 - mount units with the _netdev option don't order against remote-fs.target as documented
Summary: mount units with the _netdev option don't order against remote-fs.target as d...
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Red Hat Enterprise Linux 7
Classification: Red Hat
Component: systemd
Version: 7.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: rc
: ---
Assignee: Lukáš Nykrýn
QA Contact: Branislav Blaškovič
URL:
Whiteboard:
Depends On:
Blocks: 1065973 1126524
TreeView+ depends on / blocked
 
Reported: 2014-11-07 05:30 UTC by Chris Leech
Modified: 2015-03-05 11:10 UTC (History)
12 users (show)

Fixed In Version: systemd-208-20.el7
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-03-05 11:10:54 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)
upstream patchset v2 (7.84 KB, application/x-bzip)
2014-11-25 06:36 UTC, Chris Leech
no flags Details


Links
System ID Private Priority Status Summary Last Updated
Red Hat Product Errata RHBA-2015:0509 0 normal SHIPPED_LIVE systemd bug fix and enhancement update 2015-03-05 16:01:17 UTC

Description Chris Leech 2014-11-07 05:30:23 UTC
Description of problem:
The _netdev mount option only works if it's part of an /etc/fstab entry, and then only when the fstab generator is run.

How reproducible:
Always

Steps to Reproduce:
1. mount any filesystem (intent if for remote like iSCSI, but not needed to test) with -o_netdev
2. check the generated mount unit with systemctl show

Actual results:
mount unit will have Before=local-fs.target

Expected results:
mount unit with Before=remote-fs.target After=remote-fs-pre.target

Additional info:

This issue is causing problems with iSCSI mounts on shutdown, where they need to be unmounted before the iSCSI sessions are shut down.

I've started a thread about this on systemd-devel

http://lists.freedesktop.org/archives/systemd-devel/2014-October/024596.html

and posted a set of RFC patches to start addressing this by using libmount

http://lists.freedesktop.org/archives/systemd-devel/2014-November/025021.html

Comment 2 Michal Sekletar 2014-11-07 07:45:59 UTC
Patches looks good to me, thanks for sending them, much appreciated. Anyway, let's wait for a review on systemd-devel first. Unfortunately it is too late for 7.1. Surely, this is something we want to backport. Setting flags accordingly.

Comment 3 Chris Leech 2014-11-25 05:25:46 UTC
asking this to be considered for 7.1 as it's blocking iSCSI installs in some setups (bz 1065973)

Comment 4 Chris Leech 2014-11-25 06:36:57 UTC
Created attachment 961011 [details]
upstream patchset v2

set of patches currently posted for upstream review

Comment 7 Lukáš Nykrýn 2014-12-18 14:25:36 UTC
test build with backported patches:
http://people.redhat.com/lnykryn/systemd/netdev/

Comment 11 Branislav Blaškovič 2015-01-22 14:12:11 UTC
OLD PACKAGE:
:: [   LOG    ] :: Package versions:
:: [   LOG    ] ::   systemd-208-11.el7.x86_64
:: [   LOG    ] :: Get name of generated unit/mount file by systemd
:: [   PASS   ] :: Command 'MOUNT_FILE=tmp-tmp.v83hp2Ffhm-mountithere.mount' (Expected 0, got 0)
:: [   PASS   ] :: Command 'systemctl show tmp-tmp.v83hp2Ffhm-mountithere.mount --no-pager' (Expected 0, got 0)
:: [   LOG    ] :: Check if mount unit has Before=remote-fs.target After=remote-fs-pre.target
:: [   FAIL   ] :: Command 'grep 'Before=' /var/tmp/tmp.P2Bd5r7QmD | grep 'remote-fs.target'' (Expected 0, got 1)
:: [   FAIL   ] :: Command 'grep 'After=' /var/tmp/tmp.P2Bd5r7QmD | grep 'remote-fs-pre.target'' (Expected 0, got 1)
:: [   LOG    ] :: Duration: 0s
:: [   LOG    ] :: Assertions: 2 good, 2 bad
:: [   FAIL   ] :: RESULT: Test


NEW PACKAGE:
:: [   LOG    ] :: Package versions:
:: [   LOG    ] ::   systemd-208-20.el7.x86_64
:: [   LOG    ] :: Get name of generated unit/mount file by systemd
:: [   PASS   ] :: Command 'MOUNT_FILE=tmp-tmp.slYu6sgoT7-mountithere.mount' (Expected 0, got 0)
:: [   PASS   ] :: Command 'systemctl show tmp-tmp.slYu6sgoT7-mountithere.mount --no-pager' (Expected 0, got 0)
:: [   LOG    ] :: Check if mount unit has Before=remote-fs.target After=remote-fs-pre.target
:: [   PASS   ] :: Command 'grep 'Before=' /var/tmp/tmp.bv90JtsVKt | grep 'remote-fs.target'' (Expected 0, got 0)
:: [   PASS   ] :: Command 'grep 'After=' /var/tmp/tmp.bv90JtsVKt | grep 'remote-fs-pre.target'' (Expected 0, got 0)
:: [   LOG    ] :: Duration: 1s
:: [   LOG    ] :: Assertions: 4 good, 0 bad
:: [   PASS   ] :: RESULT: Test

=> VERIFIED.

Comment 14 errata-xmlrpc 2015-03-05 11:10:54 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://rhn.redhat.com/errata/RHBA-2015-0509.html


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