Set encryption=on

encryption=aes-256-gcm is now the default.

anarcat mentioned this in PR #306.

Signed-off-by: Richard Laager <rlaager@wiktel.com>
This commit is contained in:
Richard Laager
2022-05-19 00:12:38 -05:00
parent 3d94c40b4a
commit 903d631033
8 changed files with 8 additions and 8 deletions

View File

@@ -296,7 +296,7 @@ Step 2: Disk Formatting
zpool create \
-o cachefile=/etc/zfs/zpool.cache \
-o ashift=12 \
-O encryption=aes-256-gcm \
-O encryption=on \
-O keylocation=prompt -O keyformat=passphrase \
-O acltype=posixacl -O canmount=off -O compression=lz4 \
-O dnodesize=auto -O normalization=formD -O relatime=on \