Status: InactiveType: Documentationgood first issue
説明
zfs(8) at sharenfs points to exportfs(8), which points to exports(5), which have descriptions of Linux export options. But ZFS uses the Solaris ones (which are documented at [1].
Also, zfs(8) doesn't mention the default options that ZFS uses ([2]).
basic knowledge of ZFSfamiliarity with man page format
初心者向け度初回貢献者にどれだけ取り組みやすいかを 1-100 で推定したスコアです。
70
調査方針
The issue is to update zfs(8) man page to correctly describe sharenfs options. Currently it points to exportfs(8) which is Linux specific, but ZFS uses Solaris options. The default options can be found in lib/libshare/nfs.c (line 388). The fix should update the documentation to reference the correct source and include default options. Also, note the Oracle documentation link provided in the issue.
sharenfs options not documented properly · openzfs/zfs#3860 | Good First Issue