Erstellen
# Encrypted Dataset erstellen zpool create -f -o ashift=12 VMStoragePool mirror /dev/sdc /dev/sdd zfs create -o encryption=on -o keyformat=passphrase VMStoragePool/VMStorage pvesm add zfspool encryptedVMStorage -pool VMStoragePool/VMStorage
Nach Neustart neu Einbinden
zfs mount -l VMStoragePool/VMStorage pvesm add zfspool encryptedVMStorage -pool VMStoragePool/VMStorage