Comment 11 for bug 1929213

Revision history for this message
Michael Hudson-Doyle (mwhudson) wrote :

I think the reason LVM deploys fail is that there is already a VG with the name that is to be used, which should be deleted but isn't because the installer gets confused about which disk is which. In any case, the source of the problem is clear and the exact symptoms are not that important.

We should definitely handle this situation better. (I think arguably the udev rules should such a bogus wwn as well but I don't know as much about how things work at that level).

Disk actions can provide three bits of data to find the drive: wwn, serial and path. Currently the installer just uses the first of whichever of these is provided (so in this case, the bogus wwn), but Dimitri suggested that instead it should use all provided fields, which would work much better for this bug at least.