[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 00:52:41 PST 2014


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

--- Comment #3 from Mario Natiello <mario.natiello at gmail.com> ---
(In reply to comment #1)
> Have you tried making the mount Requires=network.target and
> After=network.target to take it down before the network?

More or less. I added After=network.target to
/usr/lib/systemd/systemd-user-sessions.services
and the problem persists. However, changing
/usr/lib/systemd/systemd-user-sessions.services
in this way:
#After=remote-fs.target
After=network.target
After=NetworkManager.service
does the trick. The second attachment I filed shows that the filesystems are
unmounted
properly, and shutdown proceeds in a few seconds without time delay.

Shouldn't this "fix" -or yours if it also works- be incorporated to systemd?

Another "fix" is to umount the devices manually right before issuing the
shutdown command.
This does fix the problem but it hides the fact that the system is handling the 
shutdown process improperly.

-- 
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/ec43778c/attachment.html>


More information about the systemd-bugs mailing list