I am glad that I am not alone with this problem. I have tried a variety of quoted options for the sharenfs options list but I always get 'bad host' in the log.
Using documentation from:
ZFS is an advanced file system designed to solve major problems found in previous storage subsystem software
docs.freebsd.org
Learn to configure and manage NFS shares with OpenZFS in FreeBSD. This article covers using the sharenfs property for easy NFS management.
klarasystems.com
I will try each of the following exports in turn later:
zfs set sharenfs=on zdata/usr/rwtest
zfs set sharenfs=ON zdata/usr/rwtest
zfs set sharenfs="-alldirs,-maproot=root,-network=192.168.1.0/24" zdata/usr/rwtest
zfs set sharenfs=’on,-maproot=root,192.168.1.0/24’ zdata/usr/rwtest
zfs set sharenfs='ON,-maproot=root,192.168.1.0/24’ zdata/usr/rwtest
zfs set sharenfs=’on,-maproot=root,192.168.1.0/24’ zdata/usr/
zfs set sharenfs='on,ro=192.168.1.0/24,-alldirs' zdata/rotest
zfs set sharenfs='on,ro=192.168.1.0/24,-alldirs' zdata/usr/rotest
zfs set sharenfs='on,ro=192.168.1.0/24,-alldirs' /zroot/iocage/jails/wormwood/root/rotest
zfs set sharenfs='on,rw=192.168.1.0/24,-alldirs' zdata/rwtest
zfs set sharenfs='on,rw=192.168.1.0/24,-alldirs' zdata/usr/rwtest
zfs set sharenfs='on,rw=192.168.1.0/24,-alldirs' /zroot/iocage/jails/wormwood/root/rwtest
zfs set sharenfs='on,192.168.1.86' zdata/rwtest
zfs set sharenfs='on,192.168.1.86' zdata/usr/rwtest
zfs set sharenfs='on,192.168.1.86' /zroot/iocage/jails/wormwood/root/rwtest