Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 1167000 - AttributeError: 'DMRaidArrayDevice' object has no attribute 'formatClass'
Summary: AttributeError: 'DMRaidArrayDevice' object has no attribute 'formatClass'
Keywords:
Status: CLOSED DUPLICATE of bug 1158968
Alias: None
Product: Fedora
Classification: Fedora
Component: python-blivet
Version: 21
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Lehman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:4567ab571b686abde0071707586...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-22 14:24 UTC by michael.l.schneider
Modified: 2014-12-02 21:22 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-12-02 21:22:23 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: anaconda.log (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: environ (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: journalctl (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: lsblk_output (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: nmcli_dev_list (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: os_info (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: program.log (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: storage.log (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details
File: ifcfg.log (deleted)
2014-11-22 14:25 UTC, michael.l.schneider
no flags Details

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 ***


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