From 4abf35e257768aebd40bf92c36517cf7202f2d4d Mon Sep 17 00:00:00 2001 From: Tommy Date: Mon, 15 Jul 2024 13:26:53 -0700 Subject: [PATCH] Fix zpool commands Signed-off-by: Tommy --- .../posts/linux/Using Native ZFS Encryption with Proxmox.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md index 9be833b..6ff40ef 100644 --- a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md +++ b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md @@ -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