From: Fabian Ebner Date: Thu, 6 Aug 2020 07:53:02 +0000 (+0200) Subject: Mention that an encrypted dataset needs to be mounted X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=commitdiff_plain;h=7353437bdc22c724b035d704bca2117cbb2903f6 Mention that an encrypted dataset needs to be mounted Using load-key alone is not enough to be able to use the storage. Signed-off-by: Fabian Ebner --- diff --git a/local-zfs.adoc b/local-zfs.adoc index 5474b88..58629d7 100644 --- a/local-zfs.adoc +++ b/local-zfs.adoc @@ -564,10 +564,10 @@ All guest volumes/disks create on this storage will be encrypted with the shared key material of the parent dataset. To actually use the storage, the associated key material needs to be loaded -with `zfs load-key`: +and the dataset needs to be mounted. This can be done in one step with: ---- -# zfs load-key tank/encrypted_data +# zfs mount -l tank/encrypted_data Enter passphrase for 'tank/encrypted_data': ----