Hi,
I would like to export a ZFS dataset on a node to VMs via NFS. What is the recommended way to do it? I can think of the following options:
(1) from node, via ZFS built-in NFS capability
(2) from node, via linux nfs-kernel-server
(3) from a LXC, bind mount the dataset and export it from...