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 1242610

Summary: TypeError: __init__() got an unexpected keyword argument 'model'
Product: [Fedora] Fedora Reporter: Adam Williamson <awilliam>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: anaconda-maint-list, b.gatessucks, g.kaviyarasu, jonathan, pschindl, robatino, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:e95c85794579909abf8bc5694ab3ad199d817e22cbf54b948e0f9ae228ae79e0 AcceptedBlocker
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-20 21:59:39 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:
Bug Depends On:    
Bug Blocks: 1170819    
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: dnf.log
none
File: environ
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: os_info
none
File: program.log
none
File: storage.log
none
File: syslog
none
File: ifcfg.log
none
File: packaging.log none

Description Adam Williamson 2015-07-13 17:49:56 UTC
Description of problem:
Booted 2015-07-10 Rawhide boot.iso on a system with an Intel firmware RAID set. Exception showed up on welcome screen.

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

The following was filed automatically by anaconda:
anaconda 23.13-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.4/site-packages/blivet/devices/md.py", line 630, in __init__
    super(MDBiosRaidArrayDevice, self).__init__(name, **kwargs)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 564, in addUdevDiskDevice
    sysfsPath=sysfs_path, **kwargs)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 717, in addUdevDevice
    device = self.addUdevDiskDevice(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 418, in addUdevPartitionDevice
    self.addUdevDevice(new_info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 720, in addUdevDevice
    device = self.addUdevPartitionDevice(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 257, in _addSlaveDevices
    self.addUdevDevice(slave_info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 286, in addUdevLVDevice
    self._addSlaveDevices(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 706, in addUdevDevice
    device = self.addUdevLVDevice(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 1656, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 1593, in populate
    self._populate()
  File "/usr/lib/python3.4/site-packages/blivet/devicetree.py", line 551, in populate
    self._populator.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python3.4/site-packages/blivet/blivet.py", line 279, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python3.4/site-packages/blivet/osinstall.py", line 1119, in storageInitialize
    storage.reset()
  File "/usr/lib64/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 244, in run
    threading.Thread.run(self, *args, **kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 163, in raise_if_error
    raise exc_info[0](exc_info[1]).with_traceback(exc_info[2])
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 115, in wait
    self.raise_if_error(name)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/timezone.py", line 76, in time_initialize
    threadMgr.wait(THREAD_STORAGE)
  File "/usr/lib64/python3.4/threading.py", line 868, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.4/site-packages/pyanaconda/threads.py", line 244, in run
    threading.Thread.run(self, *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'model'

Additional info:
addons:         com_redhat_kdump
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-rawhide-x86_64 quiet
dnf.rpm.log:    Jul 13 17:48:13 INFO --- logging initialized ---
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.2.0-0.rc1.git2.1.fc23.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        Rawhide

Comment 1 Adam Williamson 2015-07-13 17:49:58 UTC
Created attachment 1051475 [details]
File: anaconda-tb

Comment 2 Adam Williamson 2015-07-13 17:49:59 UTC
Created attachment 1051476 [details]
File: anaconda.log

Comment 3 Adam Williamson 2015-07-13 17:50:00 UTC
Created attachment 1051477 [details]
File: dnf.log

Comment 4 Adam Williamson 2015-07-13 17:50:01 UTC
Created attachment 1051478 [details]
File: environ

Comment 5 Adam Williamson 2015-07-13 17:50:02 UTC
Created attachment 1051479 [details]
File: lsblk_output

Comment 6 Adam Williamson 2015-07-13 17:50:03 UTC
Created attachment 1051480 [details]
File: nmcli_dev_list

Comment 7 Adam Williamson 2015-07-13 17:50:04 UTC
Created attachment 1051481 [details]
File: os_info

Comment 8 Adam Williamson 2015-07-13 17:50:05 UTC
Created attachment 1051482 [details]
File: program.log

Comment 9 Adam Williamson 2015-07-13 17:50:06 UTC
Created attachment 1051483 [details]
File: storage.log

Comment 10 Adam Williamson 2015-07-13 17:50:09 UTC
Created attachment 1051484 [details]
File: syslog

Comment 11 Adam Williamson 2015-07-13 17:50:10 UTC
Created attachment 1051485 [details]
File: ifcfg.log

Comment 12 Adam Williamson 2015-07-13 17:50:10 UTC
Created attachment 1051486 [details]
File: packaging.log

Comment 13 Adam Williamson 2015-07-13 17:51:18 UTC
Proposing as a Beta blocker: "The installer must be able to detect and install to hardware or firmware RAID storage devices." https://fedoraproject.org/wiki/Fedora_23_Beta_Release_Criteria#Hardware_and_firmware_RAID

Comment 14 Jan Kurik 2015-07-15 13:17:41 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 23 development cycle.
Changing version to '23'.

(As we did not run this process for some time, it could affect also pre-Fedora 23 development
cycle bugs. We are very sorry. It will help us with cleanup during Fedora 23 End Of Life. Thank you.)

More information and reason for this action is here:
https://fedoraproject.org/wiki/BugZappers/HouseKeeping/Fedora23

Comment 15 Petr Schindler 2015-07-20 17:12:52 UTC
Discussed at today's blocker review meeting [1].

This bug was accepted as Beta blocker - This bug is a clear violation of the following Beta criterion: "The installer must be able to detect and install to hardware or firmware RAID storage devices."

[1] http://meetbot.fedoraproject.org/fedora-blocker-review/2015-07-20/

Comment 16 David Shea 2015-07-20 21:59:39 UTC

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