Bug 1170755
Summary: | MDRaidError: name_from_md_node(md126p1) failed [Intel BIOS RAID related?] | ||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Ian Pilcher <ipilcher> | ||||||||||||||||||||||||
Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
Priority: | unspecified | ||||||||||||||||||||||||||
Version: | 21 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, vanmeeuwen+fedora | ||||||||||||||||||||||||
Target Milestone: | --- | ||||||||||||||||||||||||||
Target Release: | --- | ||||||||||||||||||||||||||
Hardware: | x86_64 | ||||||||||||||||||||||||||
OS: | Unspecified | ||||||||||||||||||||||||||
Whiteboard: | abrt_hash:ec7bc45e7de9e1cdf2fa22400793be56dcd25d3ca295f79e2407962618197c0c | ||||||||||||||||||||||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
Clone Of: | Environment: | ||||||||||||||||||||||||||
Last Closed: | 2014-12-08 22:29:01 UTC | Type: | --- | ||||||||||||||||||||||||
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
Ian Pilcher
2014-12-04 19:01:42 UTC
Created attachment 964791 [details]
File: anaconda-tb
Created attachment 964792 [details]
File: anaconda.log
Created attachment 964793 [details]
File: environ
Created attachment 964794 [details]
File: lsblk_output
Created attachment 964795 [details]
File: nmcli_dev_list
Created attachment 964796 [details]
File: os_info
Created attachment 964797 [details]
File: program.log
Created attachment 964798 [details]
File: storage.log
Created attachment 964799 [details]
File: syslog
Created attachment 964800 [details]
File: ifcfg.log
Created attachment 964801 [details]
File: packaging.log
This (from the anaconda backtrace) makes me think that it's getting confused by the IMSM (Intel BIOS RAID) metadata device: MDRaidError: name_from_md_node(md126p1) failed Local variables in innermost frame: node: md126p1 md_name: md127 name: None link: imsm full_path: /dev/md/imsm md_dir: /dev/md I did some playing around with running "anaconda --askmethod" from a live CD, and the results were ... interesting. At first, I got the expected crash, so I edited /usr/lib/python2.7/site-packages/blivet/ devicelibs/mdraid.py and added some additional logging to both name_from_md_node and md_node_from_name. Just to ensure that the updated version was used, I also deleted the mdraid.pyc and mdraid.pyo. Once I did this, the crash went away. This suggests a couple of different root causes to me: 1. There was something messed up about the pre-compiled files. 2. (Far more likely) some sort of race condition with udev. Partitions on top of MD RAID seem to take a particularly long time for all of the helper programs to run, so perhaps udev simply isn't finished creating all the symlinks that anaconda needs (until I slow anaconda down by adding the logging and/or removing the pre-compiled files). *** This bug has been marked as a duplicate of bug 1160424 *** |