Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 28 Dec 2020 20:08:47 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 251906] autofs: automounter always only adds to /var/db/mounttab but never clears it
Message-ID:  <bug-251906-227-xMS5g7zCUi@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-251906-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-251906-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D251906

--- Comment #2 from Robert Wing <rew@FreeBSD.org> ---
(In reply to Martin Birgmeier from comment #1)

Hey Martin,

This patch should also fix that.

With this patch, `automount -u` will try to use umount(8) when unmounting
filesystems.

umount(8) does some additional work such as notifying the mountd server tha=
t a
NFS mount has been unmounted, which will remove the /var/db/mountdtab entry=
 on
the mountd server. If the notification to the mountd server is successful, =
the
/var/db/mounttab entry will also be removed.

-Rob

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-251906-227-xMS5g7zCUi>