-
Notifications
You must be signed in to change notification settings - Fork 35
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
Error when LVM is Inside LUKS #45
Comments
The error seems to stem from the fact that |
I am currently away from the image but I will try with master and update this as soon as I am able. |
@ralphje Here is the output with the current master.
|
It seems that we fail to detect a LVM volume in the new version when blkid provides 'LVM2_member'. That is clearly a bug. I believe that we should have a check that properly handles this case though. Could you try |
Here is the information. Also, I am running this under a virtualenv if that helps.
Here is the output of
|
I get an error when LVM is inside an encrypted LUKS partition. It tries to determine the decrypted LUKS file system type instead of the logical volume. This is on version 3.1.0.
The text was updated successfully, but these errors were encountered: