Bug 950504

Summary: AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'
Product: [Fedora] Fedora Reporter: Petr Schindler <pschindl>
Component: anacondaAssignee: Anaconda Maintenance Team <anaconda-maint-list>
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 19CC: anaconda-maint-list, g.kaviyarasu, jonathan, mkolman, satellitgo, sbueno, vanmeeuwen+fedora
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-04-10 14:04:32 UTC Type: Bug
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
traceback
none
anaconda.log
none
program.log
none
storage.log none

Description Petr Schindler 2013-04-10 11:17:59 UTC
Description of problem:
This happens during start of anaconda before gui appears.

I reproduced it on two different machines with install DVD on flash disk which was written by dd (it works with live-iso-to-disk).

The whole traceback:

Traceback (most recent call first):
  File "/usr/lib/python2.7/site-packages/blivet/devices.py", line 1150, in __init__
    self._partedPartition = self.disk.format.partedDisk.getPartitionByPath(self.path)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 812, in addUdevPartitionDevice
    exists=True, parents=[disk])
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1046, in addUdevDevice
    device = self.addUdevPartitionDevice(info)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1866, in _populate
    self.addUdevDevice(dev)
  File "/usr/lib/python2.7/site-packages/blivet/devicetree.py", line 1810, in populate
    self._populate()
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 406, in reset
    self.devicetree.populate(cleanupOnly=cleanupOnly)
  File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 137, in storageInitialize
    storage.reset()
  File "/usr/lib64/python2.7/threading.py", line 504, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
    threading.Thread.run(self, *args, **kwargs)
AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'


Version-Release number of selected component (if applicable):
Fedora-19-Alpha-x86_64-DVD.iso RC2

anaconda 19.17-1

How reproducible:
100%

Steps to Reproduce:
1. try to start installer from installation dvd
  
Actual results:
anaconda doesn't start

Expected results:
anaconda starts

Additional info:

Comment 1 Petr Schindler 2013-04-10 11:19:07 UTC
Created attachment 733632 [details]
traceback

Comment 2 Petr Schindler 2013-04-10 11:19:31 UTC
Created attachment 733633 [details]
anaconda.log

Comment 3 Petr Schindler 2013-04-10 11:19:58 UTC
Created attachment 733634 [details]
program.log

Comment 4 Petr Schindler 2013-04-10 11:20:26 UTC
Created attachment 733635 [details]
storage.log

Comment 5 satellitgo 2013-04-10 11:40:13 UTC
duplicate?: https://bugzilla.redhat.com/show_bug.cgi?id=950510

Comment 6 Chris Lumens 2013-04-10 14:04:32 UTC

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