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
Created attachment 1041386 [details] File: anaconda-tb
Created attachment 1041387 [details] File: anaconda.log
Created attachment 1041388 [details] File: environ
Created attachment 1041389 [details] File: journalctl
Created attachment 1041390 [details] File: lsblk_output
Created attachment 1041391 [details] File: nmcli_dev_list
Created attachment 1041392 [details] File: os_info
Created attachment 1041393 [details] File: program.log
Created attachment 1041394 [details] File: storage.log
Created attachment 1041395 [details] File: ifcfg.log
Just what it looks like, either neeed to use **kwargs in MDBiosRaidArrayDevice constructor, or add model and vendor keywords to its arg list.
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
*** Bug 1242610 has been marked as a duplicate of this bug. ***
Dupe was accepted as a blocker in review this morning.
Proposing as an Alpha freeze exception, it'd obviously be good to fix this for Alpha if possible.
Should be fixed in python-blivet-1.9.
Yeah, it does seem to be; with Alpha TC2 I hit #1245191 instead of this. After #1245191, there's #1247803.