]> git.proxmox.com Git - pve-docs.git/commitdiff
Mention that an encrypted dataset needs to be mounted
authorFabian Ebner <f.ebner@proxmox.com>
Thu, 6 Aug 2020 07:53:02 +0000 (09:53 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 11 Aug 2020 12:36:56 +0000 (14:36 +0200)
Using load-key alone is not enough to be able to use the storage.

Signed-off-by: Fabian Ebner <f.ebner@proxmox.com>
local-zfs.adoc

index 5474b88b2afce82d2b18cd16b0a915bc588ea920..58629d74b0ad306d32413a0a091450fa8017b232 100644 (file)
@@ -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':
 ----