Hi, I would like to know whats the best way to encrypt zfs filesystem. Currently I created a zfs volume with zfs create -V4g data/test. Encrypt it with geli init /dev/zvol/data/test. And create a new zpool with zpool create encrypted /dev/zvol/data/test.eli. What do you suggest to do? Regards, -Dennis