Bug 959441 - TypeError: __init__() got an unexpected keyword argument 'container_raid_level'
Summary: TypeError: __init__() got an unexpected keyword argument 'container_raid_level'
Keywords:
Status: CLOSED DUPLICATE of bug 958897
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 19
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: abrt_hash:2e09ee2bdb43a993677d3c5fa2c...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-03 13:40 UTC by Martin
Modified: 2014-09-15 00:04 UTC (History)
7 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-03 13:48:36 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (701.35 KB, text/plain)
2013-05-03 13:40 UTC, Martin
no flags Details
File: anaconda.log (21.21 KB, text/plain)
2013-05-03 13:40 UTC, Martin
no flags Details
File: backtrace (1.26 KB, text/plain)
2013-05-03 13:40 UTC, Martin
no flags Details
File: environ (817 bytes, text/plain)
2013-05-03 13:40 UTC, Martin
no flags Details
File: ifcfg.log (396 bytes, text/plain)
2013-05-03 13:40 UTC, Martin
no flags Details
File: lsblk_output (1.51 KB, text/plain)
2013-05-03 13:40 UTC, Martin
no flags Details
File: nmcli_dev_list (12.66 KB, text/plain)
2013-05-03 13:40 UTC, Martin
no flags Details
File: packaging.log (326.32 KB, text/plain)
2013-05-03 13:41 UTC, Martin
no flags Details
File: program.log (34.61 KB, text/plain)
2013-05-03 13:41 UTC, Martin
no flags Details
File: storage.log (70.85 KB, text/plain)
2013-05-03 13:41 UTC, Martin
no flags Details
File: syslog (101.57 KB, text/plain)
2013-05-03 13:41 UTC, Martin
no flags Details

Description Martin 2013-05-03 13:40:26 UTC
Description of problem:
Automaticaly created Btrfs layout, went to custom mode, then just simply switched between partitions. No changes.
The following was filed automatically by anaconda:
anaconda 19.23-1 exception report
Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 1175, in __init__
    super(BTRFSFactory, self).__init__(storage, size, disks, **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 97, in get_device_factory
    return factory_class(blivet, size, disks, **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1875, in factoryDevice
    **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 957, in _replace_device
    new_device = self.__storage.factoryDevice(*args, **kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1237, in _save_right_side
    selector=selector)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2231, in _save_current_selector
    self._save_right_side(self._current_selector)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2241, in on_selector_clicked
    self._save_current_selector()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py", line 220, in _onSelectorClicked
    cb(selector)
TypeError: __init__() got an unexpected keyword argument 'container_raid_level'

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

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda
cmdline_file:   inst.repo=nfs:nfs.englab.brq.redhat.com:/pub/fedora/fedora-alt/stage/19-Beta-TC2/Fedora/x86_64/iso/Fedora-19-Beta-TC2-x86_64-DVD.iso initrd=F19/Beta-TC2/x86_64/initrd.img BOOT_IMAGE=F19/Beta-TC2/x86_64/vmlinuz 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.0-0.rc8.git0.2.fc19.x86_64
product:        Fedora
release:        Cannot get release name.
type:           anaconda
version:        19-Beta-TC2

Truncated backtrace:
Traceback (most recent call last):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/lib/accordion.py", line 220, in _onSelectorClicked
    cb(selector)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2241, in on_selector_clicked
    self._save_current_selector()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2231, in _save_current_selector
    self._save_right_side(self._current_selector)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1237, in _save_right_side
    selector=selector)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 957, in _replace_device
    new_device = self.__storage.factoryDevice(*args, **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 1875, in factoryDevice
    **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 97, in get_device_factory
    return factory_class(blivet, size, disks, **kwargs)
  File "/usr/lib/python2.7/site-packages/blivet/devicefactory.py", line 1175, in __init__
    super(BTRFSFactory, self).__init__(storage, size, disks, **kwargs)
TypeError: __init__() got an unexpected keyword argument 'container_raid_level'

Comment 1 Martin 2013-05-03 13:40:33 UTC
Created attachment 743212 [details]
File: anaconda-tb

Comment 2 Martin 2013-05-03 13:40:41 UTC
Created attachment 743213 [details]
File: anaconda.log

Comment 3 Martin 2013-05-03 13:40:44 UTC
Created attachment 743214 [details]
File: backtrace

Comment 4 Martin 2013-05-03 13:40:46 UTC
Created attachment 743215 [details]
File: environ

Comment 5 Martin 2013-05-03 13:40:48 UTC
Created attachment 743216 [details]
File: ifcfg.log

Comment 6 Martin 2013-05-03 13:40:52 UTC
Created attachment 743217 [details]
File: lsblk_output

Comment 7 Martin 2013-05-03 13:40:54 UTC
Created attachment 743218 [details]
File: nmcli_dev_list

Comment 8 Martin 2013-05-03 13:41:00 UTC
Created attachment 743219 [details]
File: packaging.log

Comment 9 Martin 2013-05-03 13:41:04 UTC
Created attachment 743220 [details]
File: program.log

Comment 10 Martin 2013-05-03 13:41:09 UTC
Created attachment 743221 [details]
File: storage.log

Comment 11 Martin 2013-05-03 13:41:12 UTC
Created attachment 743222 [details]
File: syslog

Comment 12 Chris Lumens 2013-05-03 13:48:36 UTC

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


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