Bug 442444

Summary: traceback while preupgrading a RAID0 set
Product: [Fedora] Fedora Reporter: Will Woods <wwoods>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhide   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-04-17 02:53:37 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:
Bug Depends On:    
Bug Blocks: 235706    
Attachments:
Description Flags
anacdump.txt none

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