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
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.