rpooler icon indicating copy to clipboard operation
rpooler copied to clipboard

Support zfs native encryption

Open ghfields opened this issue 7 years ago • 6 comments

ghfields avatar May 17 '18 16:05 ghfields

https://github.com/zfsonlinux/zfs/issues/7153

ghfields avatar May 17 '18 16:05 ghfields

Functional encrypted root pool instructions: https://gist.github.com/ghfields/92660bc9199fee6c78e34b6913531722

ghfields avatar Dec 20 '18 20:12 ghfields

Something to consider that would both speed up installation and increase future usability is to use Jonathon F's PPA; this saves the compilation step, and allows for easy DKMS upgrades in the future...

https://launchpad.net/~jonathonf/+archive/ubuntu/zfs

ideologysec avatar Jul 10 '19 17:07 ideologysec

Several weeks ago, I tried to use that PPA on the 18.04 liveCD to avoid compiling, but it kept using the 0.7.5 embedded module. I might have been having a bad day. If I can get it to take, I'll switch over.

ghfields avatar Jul 16 '19 18:07 ghfields

Definitely make sure you're installing the dkms package, otherwise yer gonna have a bad time.

ideologysec avatar Jul 16 '19 18:07 ideologysec

Figured it out... the Trick is "systemctl stop zfs-zed.service" before doing "modprobe -r zfs"

Those changes are not in my gist above. It is now just a matter of UI design to incorporate into rpooler

ghfields avatar Jul 24 '19 19:07 ghfields