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 1234097

Summary: TypeError: __init__() got an unexpected keyword argument 'model'
Product: [Fedora] Fedora Reporter: b.gatessucks
Component: python-blivetAssignee: David Lehman <dlehman>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 23CC: amulhern, anaconda-maint-list, awilliam, bcl, b.gatessucks, dlehman, g.kaviyarasu, jonathan, robatino, vanmeeuwen+fedora, vpodzime
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:e95c85794579909abf8bc5694ab3ad199d817e22cbf54b948e0f9ae228ae79e0 AcceptedBlocker
Fixed In Version: python-blivet-1.9-1 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-28 23:40:06 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: 1170818, 1170819    
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 b.gatessucks 2015-06-21 10:21:01 UTC
Description of problem:
Boot Fedora-Live-KDE-x86_64-rawhide-2
Click on Install to Hard Drive

Version-Release number of selected component:
anaconda-core-23.10-3.fc23.x86_64

The following was filed automatically by anaconda:
anaconda 23.10-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.4/site-packages/blivet/devices/md.py", line 606, in __init__
    super(MDBiosRaidArrayDevice, self).__init__(name, **kwargs)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 562, in addUdevDiskDevice
    sysfsPath=sysfs_path, **kwargs)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 706, in addUdevDevice
    device = self.addUdevDiskDevice(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 416, in addUdevPartitionDevice
    self.addUdevDevice(new_info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 709, in addUdevDevice
    device = self.addUdevPartitionDevice(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 255, in _addSlaveDevices
    self.addUdevDevice(slave_info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 284, in addUdevLVDevice
    self._addSlaveDevices(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 695, in addUdevDevice
    device = self.addUdevLVDevice(info)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 1597, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python3.4/site-packages/blivet/populator.py", line 1534, in populate
    self._populate()
  File "/usr/lib/python3.4/site-packages/blivet/devicetree.py", line 550, in populate
    self._populator.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python3.4/site-packages/blivet/blivet.py", line 278, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python3.4/site-packages/blivet/osinstall.py", line 1118, 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 75, 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:
cmdline:        /usr/bin/python3  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-base
cmdline_file:   BOOT_IMAGE=vmlinuz0 initrd=initrd0.img root=live:CDLABEL=Fedora-Live-KDE-x86_64-rawhide-2 rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.1.0-0.rc8.git0.2.fc23.x86_64
other involved packages: python3-blivet-1.6-1.fc23.noarch, python3-libs-3.4.3-2.fc23.x86_64
product:        Fedora
release:        Fedora release 23 (Rawhide)
type:           anaconda
version:        Rawhide

Comment 1 b.gatessucks 2015-06-21 10:21:06 UTC
Created attachment 1041386 [details]
File: anaconda-tb

Comment 2 b.gatessucks 2015-06-21 10:21:08 UTC
Created attachment 1041387 [details]
File: anaconda.log

Comment 3 b.gatessucks 2015-06-21 10:21:09 UTC
Created attachment 1041388 [details]
File: environ

Comment 4 b.gatessucks 2015-06-21 10:21:12 UTC
Created attachment 1041389 [details]
File: journalctl

Comment 5 b.gatessucks 2015-06-21 10:21:13 UTC
Created attachment 1041390 [details]
File: lsblk_output

Comment 6 b.gatessucks 2015-06-21 10:21:14 UTC
Created attachment 1041391 [details]
File: nmcli_dev_list

Comment 7 b.gatessucks 2015-06-21 10:21:15 UTC
Created attachment 1041392 [details]
File: os_info

Comment 8 b.gatessucks 2015-06-21 10:21:17 UTC
Created attachment 1041393 [details]
File: program.log

Comment 9 b.gatessucks 2015-06-21 10:21:19 UTC
Created attachment 1041394 [details]
File: storage.log

Comment 10 b.gatessucks 2015-06-21 10:21:20 UTC
Created attachment 1041395 [details]
File: ifcfg.log

Comment 11 mulhern 2015-06-22 13:44:27 UTC
Just what it looks like, either neeed to use **kwargs in MDBiosRaidArrayDevice constructor, or add model and vendor keywords to its arg list.

Comment 12 Jan Kurik 2015-07-15 13:58:07 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 13 David Shea 2015-07-20 21:59:39 UTC
*** Bug 1242610 has been marked as a duplicate of this bug. ***

Comment 14 Adam Williamson 2015-07-20 22:00:55 UTC
Dupe was accepted as a blocker in review this morning.

Comment 15 Adam Williamson 2015-07-27 17:19:28 UTC
Proposing as an Alpha freeze exception, it'd obviously be good to fix this for Alpha if possible.

Comment 16 David Lehman 2015-07-28 21:39:30 UTC
Should be fixed in python-blivet-1.9.

Comment 17 Adam Williamson 2015-07-28 23:40:06 UTC
Yeah, it does seem to be; with Alpha TC2 I hit #1245191 instead of this. After #1245191, there's #1247803.