--- wikisrc/zfs.mdwn 2021/02/12 15:41:40 1.30 +++ wikisrc/zfs.mdwn 2021/02/14 15:07:29 1.31 @@ -107,15 +107,18 @@ workarounds apply in different circumsta ## NFS -zfs filesystems are reported to be exportable over NFS. +zfs filesystems can be exported via NFS, simply by placing them in +/etc/exports like any other filesystem. -The "zfs share" command adds a line to /etc/zfs/exports, and "zfs -unshare" removes it. - -\todo Explain how /etc/zfs/exports is used. - -This is reported to work on 9.0 STABLE, but to cause a panic on -current (20200302). See [misc/55042](http://gnats.netbsd.org/55042). +The "zfs share" command adds a line for each filesystem with the +sharenfs property set to /etc/zfs/exports, and "zfs unshare" removes +it. \todo Explain if /etc/zfs/exports is used and whether this makes +any sense on NetBSD. + +On current as of 20210214, a remote mkdir of a filesystem mounted via +-maproot=0:10 causes a kernel NULL pointer dereference. This is now +understood and expected to be fixed very soon. See +[misc/55042](http://gnats.netbsd.org/55042). ## zvol