mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-03 05:20:48 +00:00
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 <f.ebner@proxmox.com>
This commit is contained in:
parent
44aee838fe
commit
7353437bdc
@ -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':
|
||||
----
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user