Bug 1095006 - OSError: [Errno 2] No such file or directory: '/dev/md'
Summary: OSError: [Errno 2] No such file or directory: '/dev/md'
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 20
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:0038a1c66cd69a93513f913f768...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-05-06 22:43 UTC by Michael Porter
Modified: 2015-04-14 20:06 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-04-14 20:06:49 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (868.81 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: anaconda.log (6.26 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: environ (537 bytes, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: journalctl (285.90 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: lsblk_output (6.06 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: nmcli_dev_list (4.51 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: os_info (375 bytes, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: program.log (74.43 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: storage.log (465.64 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details
File: ifcfg.log (1.78 KB, text/plain)
2014-05-06 22:43 UTC, Michael Porter
no flags Details

Description Michael Porter 2014-05-06 22:43:34 UTC
Description of problem:
Attempted to install Fedora using "Install to Hard Drive" option on older system with attached softraided arrays

Version-Release number of selected component:
anaconda-20.25.15-1.fc20.x86_64

The following was filed automatically by anaconda:
anaconda 20.25.15-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devicelibs/mdraid.py", line 266, in name_from_md_node
    for link in os.listdir(md_dir):
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2297, in resolveDevice
    md_name = devicelibs.mdraid.name_from_md_node(devspec[5:])
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3129, in parseFSTab
    options=options)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 3052, in findExistingInstallations
    (mounts, swaps) = parseFSTab(devicetree, chroot=ROOT_PATH)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 427, in reset
    self.roots = findExistingInstallations(self.devicetree)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 142, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 109, in wait
    self.raise_if_error(name)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packaging/__init__.py", line 889, in payloadInitialize
    threadMgr.wait(THREAD_STORAGE)
  File "/usr/lib64/python2.7/threading.py", line 764, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 192, in run
    threading.Thread.run(self, *args, **kwargs)
OSError: [Errno 2] No such file or directory: '/dev/md'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Xfce-x86_64-20-1 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0  BOOT_IMAGE=vmlinuz0 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.11.10-301.fc20.x86_64
other involved packages: python-blivet-0.23.9-1.fc20.noarch, python-libs-2.7.5-9.fc20.x86_64
product:        Fedora
release:        Fedora release 20 (Heisenbug)
type:           anaconda
version:        20

Comment 1 Michael Porter 2014-05-06 22:43:38 UTC
Created attachment 893020 [details]
File: anaconda-tb

Comment 2 Michael Porter 2014-05-06 22:43:39 UTC
Created attachment 893021 [details]
File: anaconda.log

Comment 3 Michael Porter 2014-05-06 22:43:41 UTC
Created attachment 893022 [details]
File: environ

Comment 4 Michael Porter 2014-05-06 22:43:44 UTC
Created attachment 893023 [details]
File: journalctl

Comment 5 Michael Porter 2014-05-06 22:43:46 UTC
Created attachment 893024 [details]
File: lsblk_output

Comment 6 Michael Porter 2014-05-06 22:43:47 UTC
Created attachment 893025 [details]
File: nmcli_dev_list

Comment 7 Michael Porter 2014-05-06 22:43:49 UTC
Created attachment 893026 [details]
File: os_info

Comment 8 Michael Porter 2014-05-06 22:43:50 UTC
Created attachment 893027 [details]
File: program.log

Comment 9 Michael Porter 2014-05-06 22:43:52 UTC
Created attachment 893028 [details]
File: storage.log

Comment 10 Michael Porter 2014-05-06 22:43:54 UTC
Created attachment 893029 [details]
File: ifcfg.log

Comment 11 David Shea 2015-04-14 20:06:49 UTC
It looks like your array stopped and went into degraded mode part of the way through the scan.

May 06 18:40:05 localhost kernel: md: md0 stopped.
May 06 18:40:05 localhost kernel: md: bind<sdf1>
May 06 18:40:05 localhost kernel: md: bind<sdh1>
May 06 18:40:05 localhost kernel: md: bind<sdi1>
May 06 18:40:05 localhost kernel: md: bind<sdj1>
May 06 18:40:05 localhost kernel: md: bind<sdg1>
May 06 18:40:05 localhost kernel: md: kicking non-fresh sdf1 from array!
May 06 18:40:05 localhost kernel: md: unbind<sdf1>
May 06 18:40:05 localhost kernel: md: export_rdev(sdf1)
May 06 18:40:05 localhost kernel: md/raid:md0: device sdg1 operational as raid disk 1
May 06 18:40:05 localhost kernel: md/raid:md0: device sdj1 operational as raid disk 4
May 06 18:40:05 localhost kernel: md/raid:md0: device sdi1 operational as raid disk 3
May 06 18:40:05 localhost kernel: md/raid:md0: device sdh1 operational as raid disk 2
May 06 18:40:05 localhost kernel: md/raid:md0: allocated 5394kB
May 06 18:40:05 localhost kernel: md/raid:md0: raid level 6 active with 4 out of 5 devices, algorithm 2
May 06 18:40:05 localhost kernel: RAID conf printout:
May 06 18:40:05 localhost kernel:  --- level:6 rd:5 wd:4
May 06 18:40:05 localhost kernel:  disk 1, o:1, dev:sdg1
May 06 18:40:05 localhost kernel:  disk 2, o:1, dev:sdh1
May 06 18:40:05 localhost kernel:  disk 3, o:1, dev:sdi1
May 06 18:40:05 localhost kernel:  disk 4, o:1, dev:sdj1
May 06 18:40:05 localhost kernel: md0: detected capacity change from 0 to 4500490813440


Note You need to log in before you can comment on or make changes to this bug.