Bug 958999 - 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:3df55df53e0fe5bcb86794286fc...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-02 23:23 UTC by Kuba H
Modified: 2013-05-03 12:32 UTC (History)
6 users (show)

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


Attachments (Terms of Use)
File: anaconda-tb (671.61 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: anaconda.log (15.00 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: backtrace (1.29 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: environ (777 bytes, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: ifcfg.log (573 bytes, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: lsblk_output (1.47 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: nmcli_dev_list (3.34 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: packaging.log (404.29 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: program.log (16.41 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: storage.log (63.29 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details
File: syslog (63.95 KB, text/plain)
2013-05-02 23:23 UTC, Kuba H
no flags Details

Description Kuba H 2013-05-02 23:23:09 UTC
Description of problem:
Problem occured during new partition creating.
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 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 2308, in on_page_clicked
    self._save_current_selector()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 894, in _do_refresh
    self.on_page_clicked(firstPage, mountpointToShow=mountpointToShow)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 1907, in on_add_clicked
    self._do_refresh(mountpointToShow=mountpoint)
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 1907, in on_add_clicked
    self._do_refresh(mountpointToShow=mountpoint)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 894, in _do_refresh
    self.on_page_clicked(firstPage, mountpointToShow=mountpointToShow)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2308, in on_page_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)
TypeError: __init__() got an unexpected keyword argument 'container_raid_level'

Comment 1 Kuba H 2013-05-02 23:23:15 UTC
Created attachment 742940 [details]
File: anaconda-tb

Comment 2 Kuba H 2013-05-02 23:23:21 UTC
Created attachment 742941 [details]
File: anaconda.log

Comment 3 Kuba H 2013-05-02 23:23:24 UTC
Created attachment 742942 [details]
File: backtrace

Comment 4 Kuba H 2013-05-02 23:23:26 UTC
Created attachment 742943 [details]
File: environ

Comment 5 Kuba H 2013-05-02 23:23:28 UTC
Created attachment 742944 [details]
File: ifcfg.log

Comment 6 Kuba H 2013-05-02 23:23:31 UTC
Created attachment 742945 [details]
File: lsblk_output

Comment 7 Kuba H 2013-05-02 23:23:33 UTC
Created attachment 742946 [details]
File: nmcli_dev_list

Comment 8 Kuba H 2013-05-02 23:23:37 UTC
Created attachment 742947 [details]
File: packaging.log

Comment 9 Kuba H 2013-05-02 23:23:42 UTC
Created attachment 742948 [details]
File: program.log

Comment 10 Kuba H 2013-05-02 23:23:45 UTC
Created attachment 742949 [details]
File: storage.log

Comment 11 Kuba H 2013-05-02 23:23:48 UTC
Created attachment 742950 [details]
File: syslog

Comment 12 Kuba H 2013-05-02 23:40:32 UTC
Description of problem:
1. First I went BTRFS instead of LVM.
2. Next: instead of auto > manual partitioning.
3. Created first partition biosboot size 1 MB.
4. Clicked "+" button > hang > installer crashed.
  

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 1907, in on_add_clicked
    self._do_refresh(mountpointToShow=mountpoint)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 894, in _do_refresh
    self.on_page_clicked(firstPage, mountpointToShow=mountpointToShow)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/ui/gui/spokes/custom.py", line 2308, in on_page_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)
TypeError: __init__() got an unexpected keyword argument 'container_raid_level'

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