Bug 492044 - anaconda LVM softraid storage/formats/fs.py
Summary: anaconda LVM softraid storage/formats/fs.py
Keywords:
Status: CLOSED DUPLICATE of bug 492086
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: anaconda_trace_hash:c3a2a69d9cc282e10...
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-03-25 03:10 UTC by Nicolas Chauvet (kwizart)
Modified: 2009-04-02 00:07 UTC (History)
5 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-03-25 14:02:33 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Attached traceback automatically from anaconda. (87.39 KB, text/plain)
2009-03-25 03:10 UTC, Nicolas Chauvet (kwizart)
no flags Details
Attached traceback automatically from anaconda. (164.02 KB, text/plain)
2009-04-02 00:07 UTC, Andrew Ross
no flags Details

Description Nicolas Chauvet (kwizart) 2009-03-25 03:10:08 UTC
The following was filed automatically by anaconda:
anaconda None exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/formats/fs.py", line 1015, in _deviceCheck
    if not ":" in devspec:
  File "/usr/lib/anaconda/storage/formats/fs.py", line 1023, in _setDevice
    self._deviceCheck(devspec)
  File "/usr/lib/anaconda/storage/formats/fs.py", line 1030, in <lambda>
    lambda f,d: f._setDevice(d),
  File "/usr/lib/anaconda/storage/formats/__init__.py", line 163, in __init__
    self.device = kwargs.get("device")
  File "/usr/lib/anaconda/storage/formats/fs.py", line 150, in __init__
    DeviceFormat.__init__(self, *args, **kwargs)
  File "/usr/lib/anaconda/iw/partition_ui_helpers_gui.py", line 199, in createFSTypeMenu
    format = device_formats[name]()
  File "/usr/lib/anaconda/iw/lvm_dialog_gui.py", line 420, in editLogicalVolume
    ignorefs = ["software RAID", "physical volume (LVM)", "efi", "PPC PReP Boot", "Apple Bootstrap"])
  File "/usr/lib/anaconda/iw/lvm_dialog_gui.py", line 704, in editCurrentLogicalVolume
    self.editLogicalVolume(lv)
  File "/usr/lib/anaconda/iw/lvm_dialog_gui.py", line 735, in editLogicalVolumeCB
    self.editCurrentLogicalVolume()
TypeError: argument of type 'NoneType' is not iterable

Comment 1 Nicolas Chauvet (kwizart) 2009-03-25 03:10:22 UTC
Created attachment 336581 [details]
Attached traceback automatically from anaconda.

Comment 2 Chris Lumens 2009-03-25 14:02:33 UTC

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

Comment 3 Andrew Ross 2009-04-02 00:07:37 UTC
Created attachment 337694 [details]
Attached traceback automatically from anaconda.


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