Upgrade to 11.3 now can't unlock pool

warriorcookie

Explorer
Joined
Apr 17, 2017
Messages
67
Hello,

I upgraded to 11.3 from 11.2u7.

After rebooting I tried unlock my encrypted pool and I get a pretty vague error saying "error unlocking pool"

Reverting back to 11.2 the pool unlocks fine.

I haven't tried Exporting and Importing yet, figured I'd ask here if anyone else has had this issue. Did a quick search and didn't see anything here or on the googler.
 
Joined
Oct 18, 2018
Messages
969
I know a few UI things around encryption have changed but I have not had a chance to play around with it much, I only upgraded one system a few days ago. A quick look at my own system suggests the keys are in the same places still. What do you get with the following commands?
Code:
grep -A 2 "geli attach" /var/log/*"
sqlite3 /data/freenas-v1.db 'select vol_encryptkey from storage_volume where vol_name = "<pool name>";'
ls /data/geli

Do you see any errors from the first command?
Do you get any output from the second command and if so is there a file with the same name from the third command?
 
Top