[systemd-bugs] [Bug 73727] remote file systems cannot be unmounted at shutdown

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Jan 17 01:06:28 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=73727

--- Comment #4 from David Strauss <david at davidstrauss.net> ---
systemd isn't actually aware of whether a file system requires network access
or other resources (like a USB stick). So, it provides dependency primitives
like After=, Requires=, and others to allow defining dependencies on devices,
services, targets, and other resources. It's the mount unit author's
responsibility to specify the proper dependencies, which systemd will then
respect.

We also can't fix this by adding After=network.target and
After=NetworkManager.service to every mount. This would not fix mounts
depending on more sophisticated network conditions, and it would unnecessarily
delay mounts of file systems that don't need the network.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/systemd-bugs/attachments/20140117/f358f303/attachment.html>


More information about the systemd-bugs mailing list