From 475d45a1b133d7e45c0d6655ad6d327b7b473aa9 Mon Sep 17 00:00:00 2001 From: Tommy Date: Sat, 11 Mar 2023 18:31:28 -0500 Subject: [PATCH] add reboot -f Signed-off-by: Tommy --- .../posts/linux/Using Native ZFS Encryption with Proxmox.md | 4 ++++ 1 file changed, 4 insertions(+) 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 a3803f1..a201b6f 100644 --- a/content/posts/linux/Using Native ZFS Encryption with Proxmox.md +++ b/content/posts/linux/Using Native ZFS Encryption with Proxmox.md @@ -56,6 +56,10 @@ zpool export rpool Reboot into the system. You should now be prompted for an encryption password. +```sh +reboot -f +``` + ## Encrypting the `rpool/data` dataset Next, we need to encrypt the `rpool/data` dataset. This is where Proxmox stores virtual machine disks.