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 959537 - 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:6cca79298a9b749b8eca94636cb...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-03 18:00 UTC by Dan Mashal
Modified: 2013-05-03 18:17 UTC (History)
8 users (show)

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


Attachments (Terms of Use)
File: anaconda-tb (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: anaconda.log (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: backtrace (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: environ (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: ifcfg.log (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: lsblk_output (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: nmcli_dev_list (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: packaging.log (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: program.log (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: storage.log (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details
File: syslog (deleted)
2013-05-03 18:00 UTC, Dan Mashal
no flags Details

Description Dan Mashal 2013-05-03 18:00:05 UTC
Description of problem:
Reproduced twice.

1) Install over existing install.
2) Go to custom partitioning. 
3) Delete all existing file systems.
4) Switch from LVM to ext4 -> Update settings -> crash
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 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 2624, in on_apply_clicked
    self._save_right_side(self._current_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:   initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019-Beta-TC2\x20x86_64 quiet BOOT_IMAGE=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/custom.py", line 2624, in on_apply_clicked
    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)
TypeError: __init__() got an unexpected keyword argument 'container_raid_level'

Comment 1 Dan Mashal 2013-05-03 18:00:07 UTC
Created attachment 743321 [details]
File: anaconda-tb

Comment 2 Dan Mashal 2013-05-03 18:00:10 UTC
Created attachment 743322 [details]
File: anaconda.log

Comment 3 Dan Mashal 2013-05-03 18:00:13 UTC
Created attachment 743323 [details]
File: backtrace

Comment 4 Dan Mashal 2013-05-03 18:00:41 UTC
Created attachment 743324 [details]
File: environ

Comment 5 Dan Mashal 2013-05-03 18:00:44 UTC
Created attachment 743325 [details]
File: ifcfg.log

Comment 6 Dan Mashal 2013-05-03 18:00:46 UTC
Created attachment 743326 [details]
File: lsblk_output

Comment 7 Dan Mashal 2013-05-03 18:00:48 UTC
Created attachment 743327 [details]
File: nmcli_dev_list

Comment 8 Dan Mashal 2013-05-03 18:00:50 UTC
Created attachment 743328 [details]
File: packaging.log

Comment 9 Dan Mashal 2013-05-03 18:00:52 UTC
Created attachment 743329 [details]
File: program.log

Comment 10 Dan Mashal 2013-05-03 18:00:54 UTC
Created attachment 743330 [details]
File: storage.log

Comment 11 Dan Mashal 2013-05-03 18:00:56 UTC
Created attachment 743331 [details]
File: syslog

Comment 12 Chris Lumens 2013-05-03 18:05:58 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.