-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
[Bug]: Regression: LVM broken #7210
Comments
Jira ticket: AR-2489 |
I have identified the main issue: build/lib/functions/image/partitioning.sh Line 303 in b1cbd00
the variable "rootdevice" should be used instead. This is because extensions that transform the rootdevice may need to modify the root device. fs-cryptoroot-support also modifies rootdevice, so this extension is probably broken too. I am working on a fix. |
There is another issue with LVM volumes not being recognized mid-process, unless they are re-instantiated. I suspect this issue has to do with the fact that I have updated my desktop Ubuntu version, and LVM subsystem is passed in to the docker image. In any case, re-instantiating cannot cause any possible harm. |
What happened?
LVM builds are failing, cryptroot most probably too.
How to reproduce?
ENABLE_EXTENSIONS=lvm
Branch
main (main development branch)
On which host OS are you running the build script and observing this problem?
Ubuntu 22.04 Jammy
Are you building on Windows WSL2?
Relevant log URL
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: