]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/shared/generator.c
fstab-generator: Apply _netdev option also to device units
authorMichal Koutný <mkoutny@suse.com>
Tue, 24 Jan 2017 16:04:32 +0000 (17:04 +0100)
committerMichal Koutný <mkoutny@suse.com>
Tue, 25 Apr 2017 16:00:36 +0000 (18:00 +0200)
commit4195077ab4c823c385cdc3c868a56178f8d93723
treebeff318e11312d7568c8f8d17baff37394228d79
parenta2df3ea4ae058693bc7bf203d144e8af3c9493d2
fstab-generator: Apply _netdev option also to device units

In case the device field of fstab record is an actual device (not an address)
apply same dependencies to the device unit as to the mount unit, i.e.

> After=network-online.target network.target
> Wants=network-online.targe

It makes sense to start the device expecting job only when network is actually
ready (consider e.g. iSCSI devices) since it is device's implicit dependency.

The eventual implementation should better obtain network flag from udev
database and would also take into account device hierarchy (see [1]).
This patch approximates that by taking the `_netdev` option as a hint from the
user both about the filesystem and underlying device. (For local devices with
network filesystems (e.g. ocfs2), this hint leads to unused dependencies.)

[1] https://lists.freedesktop.org/archives/systemd-devel/2014-October/024718.html
src/fstab-generator/fstab-generator.c
src/shared/generator.c
src/shared/generator.h