Bug 958960 - 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:d397f1be544579d54ae55042da7...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-05-02 19:27 UTC by Clyde E. Kunkel
Modified: 2013-05-02 19:29 UTC (History)
6 users (show)

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


Attachments (Terms of Use)
File: anaconda.log (47.63 KB, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: backtrace (1001 bytes, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: environ (780 bytes, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: ifcfg.log (573 bytes, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: lsblk_output (14.20 KB, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: nmcli_dev_list (3.47 KB, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: packaging.log (477.93 KB, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: program.log (334.08 KB, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: syslog (148.82 KB, text/plain)
2013-05-02 19:27 UTC, Clyde E. Kunkel
no flags Details
File: anaconda-tb (2.24 MB, application/octet-stream)
2013-05-02 19:28 UTC, Clyde E. Kunkel
no flags Details

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


Note You need to log in before you can comment on or make changes to this bug.