Bug 495713
| Summary: | ValueError: object comparing to must be a _ped.DiskType | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | James Laska <jlaska> |
| Component: | pyparted | Assignee: | Chris Lumens <clumens> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | rawhide | CC: | aj.werkman, bruno, jturner, mnowak, petersen, pjones, rmaximo, sdodson, tcallawa, vanmeeuwen+fedora |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | x86_64 | ||
| OS: | Linux | ||
| Whiteboard: | anaconda_trace_hash:f50b495fc575df28f4f30ff6efbcc01339bfd0a3c6ed354242ce5423eb1dc935 | ||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2009-05-06 21:25:43 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 495965 | ||
| Attachments: | |||
Created attachment 339494 [details]
Attached traceback automatically from anaconda.
Steps to reproduce: 1. Create a KVM/x86_64 guest 2. Zero out the the virtio disk (dd if=/dev/zero of=/dev/Volume/vguest1-disk0 bs=514 count=20) 3. Initiate install (anaconda-11.5.0.44) 4. Select lang+keyboard 5. When prompted, select to re-initialize drive /dev/vdb Crash Created attachment 339520 [details]
Attached traceback automatically from anaconda.
This should be fixed in the next build of pyparted. For now, you can test with updates=http://clumens.fedorapeople.org/updates.img. Confirmed the fix using the updates.img in comment#4. Thank you! Confirmed here too. Thanks. Created attachment 339638 [details]
Attached traceback automatically from anaconda.
Created attachment 339665 [details]
Attached traceback automatically from anaconda.
*** Bug 495855 has been marked as a duplicate of this bug. *** *** Bug 495822 has been marked as a duplicate of this bug. *** Thanks for confirming. |
The following was filed automatically by anaconda: anaconda 11.5.0.44 exception report Traceback (most recent call first): File "/usr/lib/anaconda/storage/devicetree.py", line 667, in _addDevice if newdev.path in [d.path for d in self._devices]: File "/usr/lib/anaconda/storage/devicetree.py", line 1091, in addUdevDiskDevice self._addDevice(device) File "/usr/lib/anaconda/storage/devicetree.py", line 1159, in addUdevDevice device = self.addUdevDiskDevice(info) File "/usr/lib/anaconda/storage/devicetree.py", line 1588, in populate self.addUdevDevice(dev) File "/usr/lib/anaconda/storage/__init__.py", line 288, in reset self.devicetree.populate() File "/usr/lib/anaconda/storage/__init__.py", line 101, in storageInitialize storage.reset() 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 1323, in nextClicked self.anaconda.dispatch.gotoNext() ValueError: object comparing to must be a _ped.DiskType