Bug 684830

Summary: DeviceError: ('device does not exist', 'sdd')
Product: [Fedora] Fedora Reporter: Andrew Jamison <linux>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: unspecified    
Version: rawhideCC: anaconda-maint-list, jonathan, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: anaconda_trace_hash:0f931009c90eb4bc89637949ca36c9b73a7362cb8959bbc4ce7a4762bdfe540d
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-03-14 18:48:25 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Attachments:
Description Flags
Attached traceback automatically from anaconda. none

Description Andrew Jamison 2011-03-14 15:42:47 UTC
The following was filed automatically by anaconda:
anaconda 14.22 exception report
Traceback (most recent call first):
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 885, in setup
    raise DeviceError("device does not exist", self.name)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 299, in setupParents
    parent.setup(orig=orig)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 632, in setup
    self.setupParents(orig=orig)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 299, in setupParents
    parent.setup(orig=orig)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devices.py", line 2442, in destroy
    self.vg.setupParents(orig=True)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/deviceaction.py", line 219, in execute
    self.device.destroy()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/devicetree.py", line 700, in processActions
    action.execute(intf=self.intf)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/__init__.py", line 313, in doIt
    self.devicetree.processActions()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/packages.py", line 110, in turnOnFilesystems
    anaconda.storage.doIt()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 212, in moveStep
    rc = stepFunc(self.anaconda)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 131, in gotoNext
    self.moveStep()
  File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1190, in nextClicked
    self.anaconda.dispatch.gotoNext()
DeviceError: ('device does not exist', 'sdd')

Comment 1 Andrew Jamison 2011-03-14 15:42:51 UTC
Created attachment 484230 [details]
Attached traceback automatically from anaconda.

Comment 2 Chris Lumens 2011-03-14 18:48:25 UTC
You have lots of errors accessing sdd, according to your syslog.  This indicates either kernel failure or hardware failure.  Regardless, there's really nothing anaconda can do about it.