Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 07 Oct 2018 18:44:37 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232021] zfs cannot mount 'dataset': Insufficient privileges
Message-ID:  <bug-232021-227-uzqEqfaAav@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232021-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232021-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=3D232021

--- Comment #8 from Yuri Pankov <yuripv@yuripv.net> ---
Ugh.. destroy being successful looks like real bug here, you need to be abl=
e to
unmount and we have the following in mount(2):

     The unmount() system call may fail with one of the following errors:

     [EPERM]            The caller is neither the super-user nor the user w=
ho
                        issued the corresponding mount() call.

...but it succeeds when the caller is not super-user nor it is the one who
issued the mount() call.

--=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-232021-227-uzqEqfaAav>