Bug 958960

Summary: TypeError: __init__() got an unexpected keyword argument 'container_raid_level'
Product: [Fedora] Fedora Reporter: Clyde E. Kunkel <clydekunkel7734>
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:d397f1be544579d54ae55042da785320bfcce55e7a2644822c35ea4db9013013
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-05-02 19:29:40 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.log
none
File: backtrace
none
File: environ
none
File: ifcfg.log
none
File: lsblk_output
none
File: nmcli_dev_list
none
File: packaging.log
none
File: program.log
none
File: syslog
none
File: anaconda-tb none

Description Clyde E. Kunkel 2013-05-02 19:27:32 UTC
Description of problem:
Not sure of sequence:  selected single 3TB disk, custom and btrfs.  In partitioner I had a pre-made empty btrfs partition which I tried to reuse and of course it wouldn't allow it.  Clicked done anyway as I wanted to look at selections in the software dialogue knowing that I had to go back and create a partition.  Started back thru to partitioner and was taken to disk selection screen.  No disks highlighted so I clicked the 3TB disk and after clicking done was told no disks selected so back to disk selection and clicked 3TB again and it was highlighted.  Clicked done and selected custom and btrrs again.  Into paritioner and it had shrunk to a smallish rectangle in upper left of screen, however, deleted the preexisting btrfs partition and created a new partition same size same name.  Clicked update and screen froze.  Clicked around with no result and sat back waiting.  Eventually this error occurred.
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 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:UUID=afbcf488-11c6-4c3c-8c51-f8ef83d1920a  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)
  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 Clyde E. Kunkel 2013-05-02 19:27:35 UTC
Created attachment 742887 [details]
File: anaconda.log

Comment 2 Clyde E. Kunkel 2013-05-02 19:27:37 UTC
Created attachment 742888 [details]
File: backtrace

Comment 3 Clyde E. Kunkel 2013-05-02 19:27:39 UTC
Created attachment 742889 [details]
File: environ

Comment 4 Clyde E. Kunkel 2013-05-02 19:27:41 UTC
Created attachment 742890 [details]
File: ifcfg.log

Comment 5 Clyde E. Kunkel 2013-05-02 19:27:43 UTC
Created attachment 742891 [details]
File: lsblk_output

Comment 6 Clyde E. Kunkel 2013-05-02 19:27:45 UTC
Created attachment 742892 [details]
File: nmcli_dev_list

Comment 7 Clyde E. Kunkel 2013-05-02 19:27:47 UTC
Created attachment 742893 [details]
File: packaging.log

Comment 8 Clyde E. Kunkel 2013-05-02 19:27:51 UTC
Created attachment 742894 [details]
File: program.log

Comment 9 Clyde E. Kunkel 2013-05-02 19:27:53 UTC
Created attachment 742895 [details]
File: syslog

Comment 10 Clyde E. Kunkel 2013-05-02 19:28:00 UTC
Created attachment 742896 [details]
File: anaconda-tb

Comment 11 Chris Lumens 2013-05-02 19:29:40 UTC

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