I have been exporting NFS from OpenSloarins like this (successfully):
zfs set sharenfs=root=rw=host1:host2:host3 pool1
I'm acting according the man pages sharefs
, share_nfs
but the following does not work:
zfs set sharenfs=root=rw=host1:host2:host3,ro=host4 pool1
All hosts loose access permission.
How can I share to some hosts as read/write and to some as read only?