Bug 442444 - traceback while preupgrading a RAID0 set
Summary: traceback while preupgrading a RAID0 set
Keywords:
Status: CLOSED DUPLICATE of bug 441770
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks: F9Blocker
TreeView+ depends on / blocked
 
Reported: 2008-04-14 20:19 UTC by Will Woods
Modified: 2008-04-17 02:53 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2008-04-17 02:53:37 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
anacdump.txt (116.80 KB, text/plain)
2008-04-14 20:19 UTC, Will Woods
no flags Details

Description Will Woods 2008-04-14 20:19:08 UTC
After running preupgrade on an F8 system with raid0 root (/dev/sda3 and
/dev/sda5), anaconda traces back when you tell it to upgrade the Fedora 8 system
on /dev/md0.

The traceback looks like this:

anaconda 11.4.0.71 exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/fsset.py", line 2366, in <lambda>
    self.members.sort(cmp=lambda x,y: cmp(x.getDevice(),y.getDevice()))
  File "/usr/lib/anaconda/fsset.py", line 2366, in __init__
    self.members.sort(cmp=lambda x,y: cmp(x.getDevice(),y.getDevice()))
  File "/usr/lib/anaconda/fsset.py", line 2687, in makeDevice
    existing=1)
  File "/usr/lib/anaconda/fsset.py", line 2839, in readFstab
    device = makeDevice(fields[0][5:])
  File "/usr/lib/anaconda/upgrade.py", line 215, in mountRootPartition
    newfsset = readFstab(anaconda)
  File "/usr/lib/anaconda/upgrade.py", line 377, in upgradeMountFilesystems
    allowDirty = 0)
  File "/usr/lib/anaconda/dispatch.py", line 208, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 131, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1259, in nextClicked
    self.anaconda.dispatch.gotoNext()
AttributeError: 'str' object has no attribute 'getDevice'

Local variables in innermost frame:
y: sda3
x: sda5

Full anacdump.txt is attached.

Comment 1 Will Woods 2008-04-14 20:19:08 UTC
Created attachment 302385 [details]
anacdump.txt

Comment 2 Jeremy Katz 2008-04-17 02:53:37 UTC
This is actually the same root cause as bug 441770

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


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