Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Oct 2023 19:18:22 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 263234] Add support for OpenZFS encryption to adduser
Message-ID:  <bug-263234-227-6rR5DosP1w@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-263234-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-263234-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=3D263234

Xin LI <delphij@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |delphij@FreeBSD.org

--- Comment #3 from Xin LI <delphij@FreeBSD.org> ---
(In reply to John Grafton from comment #2)
This should really be an opt-out feature instead of an opt-in one (in other
words, if `zfs list -o name "${homeprefix}" 2>/dev/null` returned a dataset,
then ZFS should be used, unless the administrator specified otherwise).

And the ZFS options should be mostly inherited from the parent, especially
`mountpoint`.  It can cause a lot of problem when the system is being backe=
d up
to a remote one with `zfs send`.  For compression, atime, etc. it's usually
specified by the parent instead of being set individually, therefore I'd
recommend not providing default for zfs creation options and tell user that
they can say encryption=3Don, etc. if they choose to.

--=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-263234-227-6rR5DosP1w>