-
Notifications
You must be signed in to change notification settings - Fork 45
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open LUKS containers before mounting volumes. #26
base: master
Are you sure you want to change the base?
Open LUKS containers before mounting volumes. #26
Conversation
@cs0rbagomba thanks for addressing this ! BUMP |
Some people may want to encrypt a single zvol instead of a pool. That's why git://anongit.gentoo.org/proj/genkernel.git tries to import a zpool before and after luks. So I did it here, trying to unlock before and after luks: alinefr/genkernel-next@489f9fe |
We should do both and call start_volumes before and after (need to check if start_volumes is idempotent though). |
@ptMuta : I have to use custom genkernel builds too because of this. Guys, can we have some progress? |
start_volumes should be harmless and idempotent, but since this issue have been sitting here for ages we should take action - Let's test, keep it on master and wait later if someone will complain and file bugs ✨ |
Well it's not harmless if it renders using genkernel-next for LUKS
encrypted ZFS roots absolutely useless, lol.
…On Sun, Nov 26, 2017 at 11:19 PM Ettore Di Giacinto < ***@***.***> wrote:
It should be harmless and idempotent, but since this issue have been
sitting here for ages we should take action - Let's see later if someone
will complain and file bugs ✨
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#26 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AFLY2-0OWKc3Vgy-hednSFjPe73pEFKpks5s6dXjgaJpZM4DipSV>
.
|
And that's why i said should |
Can this please be merged? |
It might be fixed already with: 5a1db22 which issues the 2 lines twice:
I haven't tasted if works. |
I tried it a little while back, but with no success |
As described in issue:
#25