Running Ubuntu 14...
"14.04.5 LTS, Trusty Tahr"
...with Ubuntu zfs...
libzfs2/trusty,now 0.6.5.11-1~trusty amd64 [installed,automatic]
mountall/trusty,now 2.53-zfs1 amd64 [installed,upgradable to: 2.53-zfs1]
ubuntu-zfs/trusty,now 8~trusty amd64 [installed]
zfs-dkms/trusty,now 0.6.5.11-1~trusty amd64 [installed]
zfs-doc/trusty,now 0.6.5.11-1~trusty amd64 [installed,automatic]
zfsutils/trusty,now 0.6.5.11-1~trusty amd64 [installed]
I've set the NFS share using ...
zfs set sharenfs="rw=@1xx.xxx.xxx.0/255.255.254.0,rw=@10.0.0.0/24" zpool/datashare
...but when I query I only get ON/OFF
reporting...
root# zfs get sharenfs zpool/datashare
NAME PROPERTY VALUE SOURCE
zpool/datashare sharenfs off local
root# zfs get sharesmb zpool/datashare
NAME PROPERTY VALUE SOURCE
zpool/datashare sharesmb on local
Is there any way to get a full reporting of the sharenfs
options?