Bug 489915

Summary: AttributeError: 'NoDevice' object has no attribute 'teardownFormat'
Product: [Fedora] Fedora Reporter: Sebastian Vahl <fedora>
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, lmacken, pjones, rmaximo, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-03-12 15:50:12 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:
Attachments:
Description Flags
full traceback none

Description Sebastian Vahl 2009-03-12 14:58:28 UTC
Created attachment 334941 [details]
full traceback

Description of problem:
An installation from a live image stops right after formating the partition with this traceback:

anaconda None exception report
Traceback (most recent call first):
  File "/usr/lib/anaconda/storage/__init__.py", line 1466, in 
umountFilesystems
    device.teardownFormat()
  File "/usr/lib/anaconda/livecd.py", line 162, in doPreInstall
    swapoff = False)
  File "/usr/lib/anaconda/backend.py", line 279, in doPreInstall
    anaconda.backend.doPreInstall(anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 205, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib/anaconda/dispatch.py", line 128, in gotoNext
    self.moveStep()
  File "/usr/lib/anaconda/gui.py", line 1317, in nextClicked
    self.anaconda.dispatch.gotoNext()
  File "/usr/lib/anaconda/iw/progress_gui.py", line 79, in 
renderCallback
    self.intf.icw.nextClicked()
  File "/usr/lib/anaconda/gui.py", line 1338, in handleRenderCallback
    self.currentWindow.renderCallback()
AttributeError: 'NoDevice' object has no attribute 'teardownFormat'

My setup was a single root partition with ext3.


Version-Release number of selected component (if applicable):
anaconda-11.5.0.28-1.i586

How reproducible:


Steps to Reproduce:
1. boot recent live image
2. try to install

  
Actual results:
traceback

Expected results:
installation starts

Additional info:
If that matters: I'm copying the content of the live images to a vfat partition and start this live image through a grub entry of my normal installation. The installation target is a partition on my second hdd. This procedure was working fine all the time.

Comment 1 Chris Lumens 2009-03-12 15:50:12 UTC
This should be fixed in the next build of anaconda.  Thanks for the bug report.

Comment 2 David Lehman 2009-03-13 02:35:46 UTC
*** Bug 490044 has been marked as a duplicate of this bug. ***