* [pve-devel] [PATCH docs] Mention that an encrypted dataset needs to be mounted
@ 2020-08-06 7:53 Fabian Ebner
2020-08-20 13:30 ` [pve-devel] applied: " Thomas Lamprecht
0 siblings, 1 reply; 2+ messages in thread
From: Fabian Ebner @ 2020-08-06 7:53 UTC (permalink / raw)
To: pve-devel
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 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
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':
----
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* [pve-devel] applied: [PATCH docs] Mention that an encrypted dataset needs to be mounted
2020-08-06 7:53 [pve-devel] [PATCH docs] Mention that an encrypted dataset needs to be mounted Fabian Ebner
@ 2020-08-20 13:30 ` Thomas Lamprecht
0 siblings, 0 replies; 2+ messages in thread
From: Thomas Lamprecht @ 2020-08-20 13:30 UTC (permalink / raw)
To: Proxmox VE development discussion, Fabian Ebner
On 06.08.20 09:53, Fabian Ebner wrote:
> 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 | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
>
applied, albeit not by me someone just forgot to send out this mail ;) thanks!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-08-20 13:30 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-08-06 7:53 [pve-devel] [PATCH docs] Mention that an encrypted dataset needs to be mounted Fabian Ebner
2020-08-20 13:30 ` [pve-devel] applied: " Thomas Lamprecht
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal