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:
@@ -380,7 +380,7 @@ Step 2: Setup ZFS
|
||||
|
||||
zpool create \
|
||||
-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 \
|
||||
|
||||
@@ -357,7 +357,7 @@ Step 2: Disk Formatting
|
||||
|
||||
zpool create \
|
||||
-o ashift=12 -o autotrim=on \
|
||||
-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 \
|
||||
|
||||
Reference in New Issue
Block a user