diff options
author | Michal Koutný <mkoutny@suse.com> | 2017-01-24 17:04:32 +0100 |
---|---|---|
committer | Michal Koutný <mkoutny@suse.com> | 2017-04-25 18:00:36 +0200 |
commit | 4195077ab4c823c385cdc3c868a56178f8d93723 (patch) | |
tree | beff318e11312d7568c8f8d17baff37394228d79 /tools/make-man-rules.py | |
parent | a2df3ea4ae058693bc7bf203d144e8af3c9493d2 (diff) |
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
Diffstat (limited to 'tools/make-man-rules.py')
0 files changed, 0 insertions, 0 deletions