mirror of
https://github.com/PrivSec-dev/privsec.dev
synced 2024-12-22 04:41:33 -05:00
Fix zpool commands
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7843b6f163
commit
4abf35e257
@ -41,7 +41,9 @@ zfs send -R rpool/ROOT@copy | zfs receive rpool/copyroot
|
|||||||
zfs destroy -r rpool/ROOT
|
zfs destroy -r rpool/ROOT
|
||||||
|
|
||||||
# Set better ZFS properties
|
# Set better ZFS properties
|
||||||
zpool set autoexpand=on autotrim=on failmode=wait rpool
|
zpool set autoexpand=on rpool
|
||||||
|
zpool set autotrim=on rpool
|
||||||
|
zpool set failmode=wait rpool
|
||||||
|
|
||||||
# Create a new zfs root, with encryption turned on
|
# Create a new zfs root, with encryption turned on
|
||||||
# OR -o encryption=aes-256-gcm - aes-256-ccm vs aes-256-gcm
|
# OR -o encryption=aes-256-gcm - aes-256-ccm vs aes-256-gcm
|
||||||
|
Loading…
Reference in New Issue
Block a user