Bug 958956 - 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:d1ce6fdff514f07434172a9c18d...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-02 19:08 UTC by Chris Murphy
Modified: 2013-05-02 19:12 UTC (History)
6 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-05-02 19:12:41 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
File: anaconda-tb (320.81 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: anaconda.log (10.52 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: backtrace (1.45 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: environ (789 bytes, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: ifcfg.log (490 bytes, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: lsblk_output (2.06 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: messages (128.27 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: nmcli_dev_list (3.38 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: program.log (21.18 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details
File: storage.log (93.68 KB, text/plain)
2013-05-02 19:08 UTC, Chris Murphy
no flags Details

Description Chris Murphy 2013-05-02 19:08:12 UTC
Description of problem:
start with 80GB virtual disk
1. Installation options, partition scheme BTRFS.
2. Manual partitioning, click + to add a partition.
3. Enter / and 82gb in the dialog, click OK.
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 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 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.fc19.x86_64

Additional info:
cmdline:        /usr/bin/python  /sbin/anaconda --liveinst --method=livecd:///dev/mapper/live-osimg-min --lang en_US.UTF-8
cmdline_file:   initrd=initrd0.img root=live:CDLABEL=Fedora-Live-Desktop-x86_64-19-Be rootfstype=auto ro rd.live.image quiet  rhgb rd.luks=0 rd.md=0 rd.dm=0  BOOT_IMAGE=vmlinuz0 
core_backtrace: 
executable:     /sbin/anaconda
hashmarkername: anaconda
kernel:         3.9.0-0.rc8.git0.2.fc19.x86_64
other involved packages: python-blivet-0.11-1.fc19.noarch
packaging.log:  
product:        Fedora
release:        Fedora release 19 (Schrödinger’s Cat)
type:           anaconda
ureports_counter: 1
version:        19

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)
  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 Chris Murphy 2013-05-02 19:08:15 UTC
Created attachment 742867 [details]
File: anaconda-tb

Comment 2 Chris Murphy 2013-05-02 19:08:18 UTC
Created attachment 742868 [details]
File: anaconda.log

Comment 3 Chris Murphy 2013-05-02 19:08:20 UTC
Created attachment 742869 [details]
File: backtrace

Comment 4 Chris Murphy 2013-05-02 19:08:23 UTC
Created attachment 742870 [details]
File: environ

Comment 5 Chris Murphy 2013-05-02 19:08:27 UTC
Created attachment 742871 [details]
File: ifcfg.log

Comment 6 Chris Murphy 2013-05-02 19:08:29 UTC
Created attachment 742872 [details]
File: lsblk_output

Comment 7 Chris Murphy 2013-05-02 19:08:31 UTC
Created attachment 742873 [details]
File: messages

Comment 8 Chris Murphy 2013-05-02 19:08:34 UTC
Created attachment 742874 [details]
File: nmcli_dev_list

Comment 9 Chris Murphy 2013-05-02 19:08:36 UTC
Created attachment 742875 [details]
File: program.log

Comment 10 Chris Murphy 2013-05-02 19:08:38 UTC
Created attachment 742876 [details]
File: storage.log

Comment 11 Chris Lumens 2013-05-02 19:12:41 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.