]> git.proxmox.com Git - pve-docs.git/commitdiff
minor follouwp fixes
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Jul 2019 13:51:27 +0000 (15:51 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Jul 2019 13:51:29 +0000 (15:51 +0200)
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
local-zfs.adoc

index e3c65de7c51faa3751ef6f300db5b92376560896..76c92514e715958b8e78423b382dfece4ae4b853 100644 (file)
@@ -355,7 +355,7 @@ improve performance when sufficient memory exists in a system.
 
 ZFS on Linux version 0.8.0 introduced support for native encryption of
 datasets. After an upgrade from previous ZFS on Linux versions, the encryption
 
 ZFS on Linux version 0.8.0 introduced support for native encryption of
 datasets. After an upgrade from previous ZFS on Linux versions, the encryption
-feature needs to be enabled per pool:
+feature can be enabled per pool:
 
 ----
 # zpool get feature@encryption tank
 
 ----
 # zpool get feature@encryption tank
@@ -408,7 +408,7 @@ Enter passphrase for 'tank/encrypted_data':
 
 It is also possible to use a (random) keyfile instead of prompting for a
 passphrase by setting the `keylocation` and `keyformat` properties, either at
 
 It is also possible to use a (random) keyfile instead of prompting for a
 passphrase by setting the `keylocation` and `keyformat` properties, either at
-creation time or with `zfs change-key`:
+creation time or with `zfs change-key` on existing datasets:
 
 ----
 # dd if=/dev/urandom of=/path/to/keyfile bs=32 count=1
 
 ----
 # dd if=/dev/urandom of=/path/to/keyfile bs=32 count=1