Bug 1323296 - TypeError: __init__() got an unexpected keyword argument 'chunk_size'
Summary: TypeError: __init__() got an unexpected keyword argument 'chunk_size'
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 25
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: David Lehman
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:ae7ce2b3eb1f8c30980c4889927...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2016-04-01 18:58 UTC by David Shea
Modified: 2016-08-24 18:37 UTC (History)
4 users (show)

Fixed In Version: python-blivet-2.1.0-1
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2016-08-24 18:37:12 UTC
Type: ---


Attachments (Terms of Use)
File: anaconda-tb (354.30 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: anaconda.log (50.47 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: dnf.log (777 bytes, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: dnf.rpm.log (147 bytes, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: environ (459 bytes, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: ks.cfg (3.66 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: lsblk_output (1.30 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: nmcli_dev_list (1.41 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: os_info (451 bytes, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: program.log (17.66 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: storage.log (85.81 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: syslog (74.71 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: ifcfg.log (4.97 KB, text/plain)
2016-04-01 18:58 UTC, David Shea
no flags Details
File: packaging.log (603 bytes, text/plain)
2016-04-01 18:59 UTC, David Shea
no flags Details

Description David Shea 2016-04-01 18:58:41 UTC
Description of problem:
This is from the raid-1 kickstart test

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

The following was filed automatically by anaconda:
anaconda 25.5-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/blivet.py", line 842, in new_mdarray
    return MDRaidArrayDevice(name, *args, **kwargs)
  File "/usr/lib/python3.5/site-packages/blivet/threads.py", line 45, in run_with_lock
    return m(*args, **kwargs)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/kickstart.py", line 1559, in execute
    request = storage.new_mdarray(**kwargs)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/kickstart.py", line 1415, in execute
    r.execute(storage, ksdata, instClass)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/kickstart.py", line 2211, in doKickstartStorage
    ksdata.raid.execute(storage, ksdata, instClass)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/ui/gui/spokes/storage.py", line 353, in _doExecute
    doKickstartStorage(self.storage, self.data, self.instclass)
  File "/usr/lib64/python3.5/threading.py", line 862, in run
    self._target(*self._args, **self._kwargs)
  File "/usr/lib64/python3.5/site-packages/pyanaconda/threads.py", line 253, in run
    threading.Thread.run(self, *args, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'chunk_size'

Additional info:
addons:         com_redhat_kdump, com_redhat_docker
cmdline:        /usr/bin/python3  /sbin/anaconda
cmdline_file:   BOOT_IMAGE=vmlinuz initrd=initrd.img inst.stage2=hd:LABEL=Fedora-E-dvd-x86_64-rawh quiet ks=http://192.168.100.1/~dshea/raid-1.ks
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         4.6.0-0.rc1.git0.1.fc25.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        rawhide

Comment 1 David Shea 2016-04-01 18:58:45 UTC
Created attachment 1142671 [details]
File: anaconda-tb

Comment 2 David Shea 2016-04-01 18:58:47 UTC
Created attachment 1142672 [details]
File: anaconda.log

Comment 3 David Shea 2016-04-01 18:58:47 UTC
Created attachment 1142673 [details]
File: dnf.log

Comment 4 David Shea 2016-04-01 18:58:49 UTC
Created attachment 1142674 [details]
File: dnf.rpm.log

Comment 5 David Shea 2016-04-01 18:58:50 UTC
Created attachment 1142675 [details]
File: environ

Comment 6 David Shea 2016-04-01 18:58:51 UTC
Created attachment 1142676 [details]
File: ks.cfg

Comment 7 David Shea 2016-04-01 18:58:52 UTC
Created attachment 1142677 [details]
File: lsblk_output

Comment 8 David Shea 2016-04-01 18:58:53 UTC
Created attachment 1142678 [details]
File: nmcli_dev_list

Comment 9 David Shea 2016-04-01 18:58:54 UTC
Created attachment 1142679 [details]
File: os_info

Comment 10 David Shea 2016-04-01 18:58:55 UTC
Created attachment 1142680 [details]
File: program.log

Comment 11 David Shea 2016-04-01 18:58:56 UTC
Created attachment 1142681 [details]
File: storage.log

Comment 12 David Shea 2016-04-01 18:58:58 UTC
Created attachment 1142682 [details]
File: syslog

Comment 13 David Shea 2016-04-01 18:58:59 UTC
Created attachment 1142683 [details]
File: ifcfg.log

Comment 14 David Shea 2016-04-01 18:59:00 UTC
Created attachment 1142684 [details]
File: packaging.log

Comment 15 Jan Kurik 2016-07-26 04:13:44 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 25 development cycle.
Changing version to '25'.


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