Re: [systemd-devel] mounts with "nofail" can be unmounted on shutdown before "After=*-fs.target" units

2024-07-01 Thread MichaIng
Hi Lennart, thanks for answering. If the mount really does not matter, is expected to take long or fail, wouldn't "noauto" be the better choice, and in case "x-systemd.automount"? The problem is, if we add "nofail" to a network mount, and it fails, it causes the shutdown issue for all other

[systemd-devel] mounts with "nofail" can be unmounted on shutdown before "After=*-fs.target" units

2024-06-29 Thread MichaIng
Hey guys, I have question regarding a certain behaviour of the systemd mount generator. Mounts do not have `Before=*-fs.target` if the `nofail` mount option is added to their `/etc/fstab` entry. From the man page I see that this is intended behaviour: - https://www.freedesktop.org/software/s