Bug 958956

Summary: TypeError: __init__() got an unexpected keyword argument 'container_raid_level'
Product: [Fedora] Fedora Reporter: Chris Murphy <bugzilla>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:d1ce6fdff514f07434172a9c18dd7e3ebccf2f6e2f4561e4fa16d9b2594f3d74
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-02 19:12:41 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: anaconda-tb
none
File: anaconda.log
none
File: backtrace
none
File: environ
none
File: ifcfg.log
none
File: lsblk_output
none
File: messages
none
File: nmcli_dev_list
none
File: program.log
none
File: storage.log none

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 ***