<html>
<head>
<base href="https://bugs.freedesktop.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - remote file systems cannot be unmounted at shutdown"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73727#c4">Comment # 4</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW --- - remote file systems cannot be unmounted at shutdown"
href="https://bugs.freedesktop.org/show_bug.cgi?id=73727">bug 73727</a>
from <span class="vcard"><a class="email" href="mailto:david@davidstrauss.net" title="David Strauss <david@davidstrauss.net>"> <span class="fn">David Strauss</span></a>
</span></b>
<pre>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.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the QA Contact for the bug.</li>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>