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 1159625 - 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: anaconda
Version: 21
Hardware: i686
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:3de694caf443ae2f3e58fc7f651...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2014-11-02 12:21 UTC by Richard S. Hendershot
Modified: 2014-11-02 12:34 UTC (History)
4 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2014-11-02 12:34:52 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (deleted)
2014-11-02 12:21 UTC, Richard S. Hendershot
no flags Details
File: anaconda.log (deleted)
2014-11-02 12:21 UTC, Richard S. Hendershot
no flags Details
File: environ (deleted)
2014-11-02 12:21 UTC, Richard S. Hendershot
no flags Details
File: lsblk_output (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details
File: nmcli_dev_list (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details
File: os_info (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details
File: program.log (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details
File: storage.log (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details
File: syslog (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details
File: ifcfg.log (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details
File: packaging.log (deleted)
2014-11-02 12:22 UTC, Richard S. Hendershot
no flags Details

Description Richard S. Hendershot 2014-11-02 12:21:56 UTC
Description of problem:
burn images/boot.iso to DVD  (boot.iso from mirrors and dated 1Nov)
boot with DVD
at language selection this error occurs

Version-Release number of selected component:
anaconda-21.48.13-1

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/lib/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 227, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 112, in wait
    self.raise_if_error(name)
  File "/usr/lib/python2.7/site-packages/pyanaconda/timezone.py", line 75, in time_initialize
    threadMgr.wait(THREAD_STORAGE)
  File "/usr/lib/python2.7/threading.py", line 766, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/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:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-21-i386 quiet
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.17.1-300.fc21.i686
product:        Fedora"
release:        Cannot get release name.
type:           anaconda
version:        Fedora

Comment 1 Richard S. Hendershot 2014-11-02 12:21:57 UTC
Created attachment 952879 [details]
File: anaconda-tb

Comment 2 Richard S. Hendershot 2014-11-02 12:21:58 UTC
Created attachment 952880 [details]
File: anaconda.log

Comment 3 Richard S. Hendershot 2014-11-02 12:21:59 UTC
Created attachment 952881 [details]
File: environ

Comment 4 Richard S. Hendershot 2014-11-02 12:22:00 UTC
Created attachment 952882 [details]
File: lsblk_output

Comment 5 Richard S. Hendershot 2014-11-02 12:22:00 UTC
Created attachment 952883 [details]
File: nmcli_dev_list

Comment 6 Richard S. Hendershot 2014-11-02 12:22:01 UTC
Created attachment 952884 [details]
File: os_info

Comment 7 Richard S. Hendershot 2014-11-02 12:22:02 UTC
Created attachment 952885 [details]
File: program.log

Comment 8 Richard S. Hendershot 2014-11-02 12:22:02 UTC
Created attachment 952886 [details]
File: storage.log

Comment 9 Richard S. Hendershot 2014-11-02 12:22:03 UTC
Created attachment 952887 [details]
File: syslog

Comment 10 Richard S. Hendershot 2014-11-02 12:22:04 UTC
Created attachment 952888 [details]
File: ifcfg.log

Comment 11 Richard S. Hendershot 2014-11-02 12:22:05 UTC
Created attachment 952889 [details]
File: packaging.log

Comment 12 Richard S. Hendershot 2014-11-02 12:30:37 UTC
When I have multiple disks with multiple partitions this fails.  If I disconnect all but one disk (leaving 4 partitions) on the machine, it does not fail.

Comment 13 Richard S. Hendershot 2014-11-02 12:34:52 UTC
same failure - but this is from latest boot.iso on mirrors (file dated 1 Nov)

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