Solved Share ZFS dataset and enable to create dataset below this with Jail

I am making a Jail for setup a NFS server, and I would like to know if is possible making it aware that is in a zfs pool and be able to create, read, modify and delete datasets that are children or recursive of some specific datasets, and others things.
 
If you follow the howto you will realize that you can reproduce the described steps using another jail manager or even vanilla jails.

Hint: Templates are like jail.conf(5)
 
You cannot create or delete ZFS datasets over NFS.
The protocol does not provide any means for that.
 
Back
Top