]> git.proxmox.com Git - pve-docs.git/blobdiff - local-zfs.adoc
mediawiki: add a bit to README
[pve-docs.git] / local-zfs.adoc
index e3c65de7c51faa3751ef6f300db5b92376560896..af330e157b67d15c1d13a5e5d3e7ecffffc18fc9 100644 (file)
@@ -314,7 +314,8 @@ time this value changes:
 
 
 [[zfs_swap]]
-.SWAP on ZFS
+SWAP on ZFS
+~~~~~~~~~~~
 
 Swap-space created on a zvol may generate some troubles, like blocking the
 server or generating a high IO load, often seen when starting a Backup
@@ -351,11 +352,12 @@ improve performance when sufficient memory exists in a system.
 |===========================================================
 
 [[zfs_encryption]]
-.Encrypted ZFS Datasets
+Encrypted ZFS Datasets
+~~~~~~~~~~~~~~~~~~~~~~
 
 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
@@ -408,7 +410,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
-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