<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#c3">Comment # 3</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:mario.natiello@gmail.com" title="Mario Natiello <mario.natiello@gmail.com>"> <span class="fn">Mario Natiello</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=73727#c1">comment #1</a>)
<span class="quote">> Have you tried making the mount Requires=network.target and
> After=network.target to take it down before the network?</span >

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.</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>