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.