Bug 1178181
Summary: | likely udev name and name yielded by pvs do not agree so lookup in pvInfo fails | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | mulhern <amulhern> | ||||||||||||||
Component: | python-blivet | Assignee: | David Lehman <dlehman> | ||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||
Priority: | unspecified | ||||||||||||||||
Version: | 21 | CC: | amulhern, anaconda-maint-list, awilliam, bcl, dlehman, dshea, extras-qa, osamarin68, robatino, vpodzime | ||||||||||||||
Target Milestone: | --- | ||||||||||||||||
Target Release: | --- | ||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||
OS: | Linux | ||||||||||||||||
Whiteboard: | |||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||
Clone Of: | 1141398 | Environment: | |||||||||||||||
Last Closed: | 2015-06-23 13:52:29 UTC | Type: | Bug | ||||||||||||||
Regression: | --- | Mount Type: | --- | ||||||||||||||
Documentation: | --- | CRM: | |||||||||||||||
Verified Versions: | Category: | --- | |||||||||||||||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||||||||||
Cloudforms Team: | --- | Target Upstream Version: | |||||||||||||||
Embargoed: | |||||||||||||||||
Attachments: |
|
Description
mulhern
2015-01-02 17:48:33 UTC
Starting with comment --- Additional comment from Oleg Samarin on 2014-12-19 13:29:28 EST --- this is a very different problem, so treat it that way. The working hypothesis right now is the pvs is preferring a different name/path to the one that udev reports, so that lookup fails. This seems likely, since the udev info gets pulled just the once. Which logs should I attach for more researching? (In reply to Oleg Samarin from comment #3) > Which logs should I attach for more researching? Hi! I've placed an updates image at http://mulhern.fedorapeople.org/1178181.img. It's not a fix, it just adds some extra information to try to narrow down where the disagreement between the lvm and udev tools might be arising. The new information will be tagged with this bz and should pop up in storage.log. Could you try again, using image, and attach storage.log and program.log when completed. Thanks, - mulhern How should I use this img-file? (In reply to Oleg Samarin from comment #5) > How should I use this img-file? You can use it on the boot options command line as: inst.updates=<url to location of updates file> I have the same issue when installing Fedora 22 on two machines. They both have imsm raid1 md126 of sda and sdb with lvm partition on md126p2. Before starting anaconda lvm sees md126p2 as a pv, but after starting anaconda lvm loses md126p2 and starts using sdb2 instead of md126p2. So python-blivet lookup fails Created attachment 1031043 [details]
pvdisplay out before starting anaconda
Created attachment 1031044 [details]
journalctl output before starting anaconda
Created attachment 1031045 [details]
pvdisplay output after starting anaconda
Created attachment 1031047 [details]
journalctl output after starting anaconda
Created attachment 1031060 [details]
program.log from anaconda
Created attachment 1031061 [details]
storage.log from anaconda
The patch in https://bugzilla.redhat.com/show_bug.cgi?id=1226305 solves the problem in Fedora 22 Unfortunately, the log yielded no useful information. Reassigning... I've already made the research and I have prepared a patch. See https://bugzilla.redhat.com/show_bug.cgi?id=1226305 This ticket may be closed as duplicate of 1226305 But 1226305 is still unassigned. *** This bug has been marked as a duplicate of bug 1226305 *** |