-
Notifications
You must be signed in to change notification settings - Fork 17
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
LVM Partition wiping is not working properly on EL7 #217
Comments
Discussed at March 2017 workshop, @stdweird suggested that the |
@gombasg also suggested that the older partition wiping code in blockdevices may be better at eradicting the source of some of these problems. |
FYI: we still see lvcreate going interactive without -y in RHEL7u3. |
It seems that |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In EL7, if you reinstall a machine with the same partitions and if there is one partition used by LVM (I think this is the trigger), you have to restart the installer 3 times before the installation proceeds successfully. It may have to do with a message displayed by the installation kernel when it starts about the LVM volume group already existing (if I saw properly).
It would be a minor problem if the third time it was not necessary to confirme that you want to wipe the LVM logical volumes, as the first 2 reboots occur automatically because the storage configuration doesn't allow the installer to continue.
In fact, there are probably to issues:
-y
is not taken into account by thelvcreate
command?The text was updated successfully, but these errors were encountered: