Skip to content
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

Disable LVM auto-activation during installation #6234

Open
wants to merge 2 commits into
base: fedora-42
Choose a base branch
from

Conversation

vojtechtrefny
Copy link
Contributor

Backport of #6140

We don't want udev randomly activating LVs during installation,
any activation should be done manually by blivet.
Unfortunately the only way to do this system-wide is to change
LVM config. We change the config during the storage module
initialization and change it back when shutting down Anaconda.

Related: rhbz#2309350
@vojtechtrefny vojtechtrefny added the f42 Fedora 42 label Mar 5, 2025
@KKoukiou
Copy link
Contributor

KKoukiou commented Mar 6, 2025

If we want this in I guess we would need an exception bug for 42.

@vojtechtrefny
Copy link
Contributor Author

If we want this in I guess we would need an exception bug for 42.

We don't need an exception, we can just wait for beta release and merge it in the window between beta release and final freeze.

KKoukiou added a commit to KKoukiou/anaconda-webui that referenced this pull request Mar 7, 2025
This is needed because of an LVM2 bug which causes re-scanning to take
forever.

The anaconda fix for rawhide is merged and released:
rhinstaller/anaconda#6140
For fedora-42 we need a workaround in the tests as PR is still not merged:
rhinstaller/anaconda#6234.
KKoukiou added a commit to KKoukiou/anaconda-webui that referenced this pull request Mar 7, 2025
This is needed because of an LVM2 bug which causes re-scanning to take
forever.

The anaconda fix for rawhide is merged and released:
rhinstaller/anaconda#6140
For fedora-42 we need a workaround in the tests as PR is still not merged:
rhinstaller/anaconda#6234.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
f42 Fedora 42
Development

Successfully merging this pull request may close these issues.

2 participants