version 1.30, 2021/02/12 15:41:40
|
version 1.31, 2021/02/14 15:07:29
|
Line 107 workarounds apply in different circumsta
|
Line 107 workarounds apply in different circumsta
|
|
|
## NFS |
## 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 |
The "zfs share" command adds a line for each filesystem with the |
unshare" removes it. |
sharenfs property set to /etc/zfs/exports, and "zfs unshare" removes |
|
it. \todo Explain if /etc/zfs/exports is used and whether this makes |
\todo Explain how /etc/zfs/exports is used. |
any sense on NetBSD. |
|
|
This is reported to work on 9.0 STABLE, but to cause a panic on |
On current as of 20210214, a remote mkdir of a filesystem mounted via |
current (20200302). See [misc/55042](http://gnats.netbsd.org/55042). |
-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 |
## zvol |
|
|