Bug 485425

Summary: 'module' object has not attribute 'file_system_type_get'
Product: [Fedora] Fedora Reporter: John Reiser <jreiser>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED RAWHIDE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: anaconda-maint-list
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-02-13 14:59:39 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:

Description John Reiser 2009-02-13 14:53:34 UTC
Description of problem: anaconda aborts early during attempted install.


Version-Release number of selected component (if applicable):
anaconda-11.5.0.17

How reproducible: always


Steps to Reproduce:
1. boot today's i386 boot.iso netinstall CD
2.
3.
  
Actual results: before switching to graphical mode, anaconda gets a traceback with message:
File "/usr/lib/anaconda/fsset.py", line 338 in __init__
   self.partedFileSystemType = parted.file_system_type_get("reiserfs")
AttributeError: 'module' object has no attribute 'file_system_type_get'


Expected results: no error; continue with install


Additional info:

Comment 1 Chris Lumens 2009-02-13 14:59:39 UTC
Yes, this is because the new pyparted got built without a corresponding anaconda build.  It'll be fixed up in just a minute here when I rebuild anaconda.  Of course, there are likely to be lots of other problems here in the next couple days.