The following was filed automatically by anaconda: anaconda 15.20.1 exception report Traceback (most recent call first): File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 984, in allocatePartitions disklabel = disklabels[_disk.path] File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 857, in doPartitioning allocatePartitions(storage, disks, partitions, free) File "/usr/lib64/python2.7/site-packages/pyanaconda/storage/partitioning.py", line 222, in doAutoPartition doPartitioning(anaconda.storage) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 211, in moveStep rc = stepFunc(self.anaconda) File "/usr/lib64/python2.7/site-packages/pyanaconda/dispatch.py", line 130, in gotoNext self.moveStep() File "/usr/lib64/python2.7/site-packages/pyanaconda/gui.py", line 1257, in nextClicked self.anaconda.dispatch.gotoNext() KeyError: '/dev/md126'
Created attachment 481918 [details] Attached traceback automatically from anaconda.
So, I hit this issue after applying the patches from bug 678877, bug 680226 and bug 678689 (the third already being included in the second). What I do to reproduce this is as follows. Specialized Storage Devices: - SATA disk - BIOS RAID set (stripe) <many rather unimportant steps> Type of Installation: - Use All Space - Encrypt System - Review and modify partitioning layout Install Target Devices: - SATA disk - BIOS RAID set (stripe) <- Boot Loader After I chose my targets, set the boot loader from SATA to RAID and clicked 'next' I hit the issue.
this is another Beta blocker - they're all Beta blockers until we can actually install to the RAID array.
Created attachment 481949 [details] Patch to fix installation to firmware raid in f15 Try this patch. It combines all of the uncommitted firmware RAID fixes for F15, including an additional bit specifically for this bug.
Created attachment 481961 [details] storage.log after applying patch (2011-03-02 17:04 EST, Dave Lehman)
Created attachment 481962 [details] program.log after applying patch (2011-03-02 17:04 EST, Dave Lehman)
Created attachment 481963 [details] anaconda.log after applying patch (2011-03-02 17:04 EST, Dave Lehman)
That patch actually made things worse again - throwing an exception at me again when/after first choosing specialized target devices: DeviceTreeError: MD RAID device md126 not in devicetree after scanning all slaves
Created attachment 481980 [details] Patch to fix installation to firmware raid in f15 Try this patch, please -- it replaces the previous patch, so you'll want to revert the other one before applying this one.
Created attachment 482002 [details] Attached traceback automatically from anaconda.
So I still hit this bug with the most recent patch.
Created attachment 482104 [details] Patch to fix installation to firmware raid in f15 New version, including another fix that should allow exclusiveDisks to work correctly.
Last patch had a problem. It did not take into account the fact that mdadm will append an underscore and some number of digits to the name of an array it assembles if the system hostname at the time of assembly does not match the hostname in the array metadata. Good stuff. New patch: http://dlehman.fedorapeople.org/fwraid-f15.4.patch New updates: http://dlehman.fedorapeople.org/updates-fwraid-f15.4.img Please test and let me know the results.
Fix (for all 5? or so bugs) confirmed with Alpha RC2/Live/KDE/x86_64 :) Great, thanks for the hard work!
Fixed for Fedora 15 in anaconda-15.22-1.
Discussed at 2011-03-11 blocker review meeting. This issue is fixed and available for testing in anaconda-15.22-1. The issue has been accepted as a beta blocker.
anaconda-15.26-1.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15
Package anaconda-15.26-1.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-15.26-1.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/anaconda-15.26-1.fc15 then log in and leave karma (feedback).
anaconda-15.26-1.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.