mirror of
https://github.com/PrivSec-dev/privsec.dev.git
synced 2025-11-24 08:33:14 -05:00
Fix zpool commands
Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
parent
7843b6f163
commit
4abf35e257
1 changed files with 3 additions and 1 deletions
|
|
@ -41,7 +41,9 @@ zfs send -R rpool/ROOT@copy | zfs receive rpool/copyroot
|
|||
zfs destroy -r rpool/ROOT
|
||||
|
||||
# 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
|
||||
# OR -o encryption=aes-256-gcm - aes-256-ccm vs aes-256-gcm
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue