Bug 1167000

Summary: AttributeError: 'DMRaidArrayDevice' object has no attribute 'formatClass'
Product: [Fedora] Fedora Reporter: michael.l.schneider
Component: python-blivetAssignee: David Lehman <dlehman>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 21CC: amulhern, bcl, dlehman, g.kaviyarasu, jonathan, vanmeeuwen+fedora, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:4567ab571b686abde007170758633efa89a8826967742a82fecf4b8f91381aab
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2014-12-02 21:22:23 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 Flags
File: anaconda-tb
none
File: anaconda.log
none
File: environ
none
File: journalctl
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: ifcfg.log none

Description michael.l.schneider 2014-11-22 14:24:56 UTC
Description of problem:
During install to blank hard disk,  boot workstation disk , select install to hard disk,  error occurs immedediatly as installer starts

Version-Release number of selected component:
anaconda-core-21.48.13-1.fc21.x86_64

The following was filed automatically by anaconda:
anaconda 21.48.13-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2362, in _verifyMemberFormat
    if not isinstance(member.format, self.formatClass):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2419, in _addParent
    error = self._verifyMemberFormat(member)
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 183, in append
    self.appendfunc(y)
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 325, in _setParentList
    self._parents.append(parent)
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 268, in __init__
    self.parents = parents
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 576, in __init__
    Device.__init__(self, name, parents=parents)
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 2083, in __init__
    parents=parents, sysfsPath=sysfsPath)
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 4277, in __init__
    sysfsPath=sysfsPath)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1679, in handleUdevDMRaidMemberFormat
    parents=[device])
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1882, in handleUdevDeviceFormat
    self.handleUdevDMRaidMemberFormat(info, device)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1233, in addUdevDevice
    self.handleUdevDeviceFormat(info, device)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2170, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 2105, in populate
    self._populate()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 479, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 183, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'DMRaidArrayDevice' object has no attribute 'formatClass'

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=/isolinux/vmlinuz0 root=live:LABEL=Fedora-Live-Workstation-x86_64-2 ro rd.live.image quiet rhgb
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.17.1-302.fc21.x86_64
other involved packages: python-blivet-0.61.8-1.fc21.noarch, python-libs-2.7.8-4.1.fc21.x86_64
product:        Fedora"
release:        Fedora release 21 (Twenty One)
type:           anaconda
version:        Fedora

Comment 1 michael.l.schneider 2014-11-22 14:25:05 UTC
Created attachment 960154 [details]
File: anaconda-tb

Comment 2 michael.l.schneider 2014-11-22 14:25:07 UTC
Created attachment 960155 [details]
File: anaconda.log

Comment 3 michael.l.schneider 2014-11-22 14:25:08 UTC
Created attachment 960156 [details]
File: environ

Comment 4 michael.l.schneider 2014-11-22 14:25:15 UTC
Created attachment 960157 [details]
File: journalctl

Comment 5 michael.l.schneider 2014-11-22 14:25:17 UTC
Created attachment 960158 [details]
File: lsblk_output

Comment 6 michael.l.schneider 2014-11-22 14:25:17 UTC
Created attachment 960159 [details]
File: nmcli_dev_list

Comment 7 michael.l.schneider 2014-11-22 14:25:18 UTC
Created attachment 960160 [details]
File: os_info

Comment 8 michael.l.schneider 2014-11-22 14:25:20 UTC
Created attachment 960161 [details]
File: program.log

Comment 9 michael.l.schneider 2014-11-22 14:25:21 UTC
Created attachment 960162 [details]
File: storage.log

Comment 10 michael.l.schneider 2014-11-22 14:25:22 UTC
Created attachment 960163 [details]
File: ifcfg.log

Comment 11 michael.l.schneider 2014-11-23 15:55:17 UTC
This is an Asus X79 gene motherboard with a 3820 cpu.

f21 beta 64 bit workstation version

32gb ram

Samsung 850 256gb primary
western digital 750 mb disk secondary.


Starting with blank ssd and the western digital 750 is a data disk

This prevents install of f21 beta

Comment 12 michael.l.schneider 2014-11-23 15:55:17 UTC
This is an Asus X79 gene motherboard with a 3820 cpu.

f21 beta 64 bit workstation version

32gb ram

Samsung 850 256gb primary
western digital 750 mb disk secondary.


Starting with blank ssd and the western digital 750 is a data disk

This prevents install of f21 beta

Comment 13 michael.l.schneider 2014-11-23 15:56:07 UTC
This is an Asus X79 gene motherboard with a 3820 cpu.

f21 beta 64 bit workstation version

32gb ram

Samsung 850 256gb primary
western digital 750 mb disk secondary.


Starting with blank ssd and the western digital 750 is a data disk

This prevents install of f21 beta

Comment 14 David Lehman 2014-12-02 21:22:23 UTC

*** This bug has been marked as a duplicate of bug 1158968 ***