Bug 951782
| Summary: | AttributeError: 'Iso9660FS' object has no attribute 'partedDisk' | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Chuck Forsberg <caf> | ||||||||||||||||||||||||
| Component: | anaconda | Assignee: | Anaconda Maintenance Team <anaconda-maint-list> | ||||||||||||||||||||||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||||
| Version: | 19 | CC: | anaconda-maint-list, g.kaviyarasu, jonathan, lsatenstein, mkolman, sbueno, vanmeeuwen+fedora | ||||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||||
| Hardware: | i686 | ||||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||||
| Whiteboard: | abrt_hash:928091aa5353fb59e543fd8d26c2ff5af7d350e44700af300428146416770466 | ||||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||||
| Last Closed: | 2013-04-15 12:59:51 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: |
|
||||||||||||||||||||||||||
Created attachment 735194 [details]
File: anaconda-tb
Created attachment 735195 [details]
File: anaconda.log
Created attachment 735196 [details]
File: backtrace
Created attachment 735197 [details]
File: environ
Created attachment 735198 [details]
File: ifcfg.log
Created attachment 735199 [details]
File: lsblk_output
Created attachment 735200 [details]
File: nmcli_dev_list
Created attachment 735201 [details]
File: packaging.log
Created attachment 735202 [details]
File: program.log
Created attachment 735203 [details]
File: storage.log
Created attachment 735204 [details]
File: syslog
Description of problem:
Created a USB Flash drive as follows
a) New device / partition table
b) create fat32 partition
sha256sum to verify Fedora download
d) dd if=Fedora-1`9-Alpha-TC6.... of=/dev/sde bs=2048
this step d) works well with all TC up to tc6, TC5 was 100%
Version-Release number of selected component:
anaconda-19.18-1
Additional info:
cmdline: /usr/bin/python /sbin/anaconda
cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019-Alpha-TC6\x20x86_64 quiet BOOT_IMAGE=vmlinuz
executable: /sbin/anaconda
hashmarkername: anaconda
kernel: 3.9.0-0.rc6.git2.1.fc19.x86_64
product: Fedora
release: Cannot get release name.
type: anaconda
version: 19-Alpha-TC6
Truncated backtrace:
Traceback (most recent call last):
File "/usr/lib64/python2.7/site-packages/pyanaconda/threads.py", line 141, in run
threading.Thread.run(self, *args, **kwargs)
File "/usr/lib64/python2.7/threading.py", line 504, in run
self.__target(*self.__args, **self.__kwargs)
File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 137, in storageInitialize
storage.reset()
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/devicetree.py", line 1810, in populate
self._populate()
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 1046, in addUdevDevice
device = self.addUdevPartitionDevice(info)
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/devices.py", line 1150, in __init__
self._partedPartition = self.disk.format.partedDisk.getPartitionByPath(self.path)
AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'
I am ready to test after tc6 is redeployed. *** This bug has been marked as a duplicate of bug 950510 *** |
Description of problem: The following was filed automatically by anaconda: anaconda 19.18-1 exception report 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/lib/python2.7/threading.py", line 504, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/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: anaconda-19.18-1 Additional info: cmdline: /usr/bin/python /sbin/anaconda cmdline_file: initrd=initrd.img inst.stage2=hd:LABEL=Fedora\x2019-Alpha-TC6\x20i386 rd.live.check quiet BOOT_IMAGE=vmlinuz executable: /sbin/anaconda hashmarkername: anaconda kernel: 3.9.0-0.rc6.git2.1.fc19.i686 product: Fedora release: Cannot get release name. type: anaconda version: 19-Alpha-TC6 Truncated backtrace: Traceback (most recent call last): File "/usr/lib/python2.7/site-packages/pyanaconda/threads.py", line 141, in run threading.Thread.run(self, *args, **kwargs) File "/usr/lib/python2.7/threading.py", line 504, in run self.__target(*self.__args, **self.__kwargs) File "/usr/lib/python2.7/site-packages/blivet/__init__.py", line 137, in storageInitialize storage.reset() 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/devicetree.py", line 1810, in populate self._populate() 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 1046, in addUdevDevice device = self.addUdevPartitionDevice(info) 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/devices.py", line 1150, in __init__ self._partedPartition = self.disk.format.partedDisk.getPartitionByPath(self.path) AttributeError: 'Iso9660FS' object has no attribute 'partedDisk'