Replies: 1 comment
-
Hello again. A closer reading of the site https://wiki.archlinux.org/title/ZFS#Configuration led me to the solution:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I've a proxmox server installed on a encrypted zfs rpool https://openzfs.github.io/openzfs-docs/Getting%20Started/Debian/Debian%20Bullseye%20Root%20on%20ZFS.html and another encrypted pool (datapool) where virtual disks are kept.
In the past whenever the system booted i was prompted twice to write the passphrases (one for the rpool and one for the datapool).
After an upgrade i couldn't boot any kernel so i rolled-back to a previous snapshot.
Now, whenever the system boots I'm not prompted for the second password (the datapool one).
Despite this i see
in the logs.
The problem that i can't understand is why i'm not being prompted for the second password since load-key is being called for the datapool, as per logs.
Some more info:
zfs get encryption datapool
NAME PROPERTY VALUE SOURCE datapool encryption aes-256-gcm -
zfs get encryption rpool
NAME PROPERTY VALUE SOURCE rpool encryption aes-256-gcm -
cat /etc/zfs/zfs-list.cache/datapool
Could someone please help me?
Thank you.
Best regards
Beta Was this translation helpful? Give feedback.
All reactions