Bug 495552
| Summary: | incorrect mdadm.conf syntax prevent reboot after installation | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Matthieu Araman <matzilla> | ||||
| Component: | anaconda | Assignee: | David Lehman <dlehman> | ||||
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | urgent | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | rawhide | CC: | pjones, rmaximo, vanmeeuwen+fedora | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2009-04-26 11:58:32 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: | 495581 | ||||||
| Attachments: |
|
||||||
|
Description
Matthieu Araman
2009-04-13 19:31:35 UTC
Created attachment 339453 [details] anaconda mdadm syntax correction This patch change anaconda mdadm.conf syntax generation to match the output of mdadm --examine --scan (another solution could be to just do a "mdadm --examine --scan > mdadm.conf from the install setup as the md should be started to allow installation to occur so the output should be the same in my opinion) you'll find original and corrected working mdadm.conf at http://plouic.com/fedora-matzilla/rawhide20090404/ This should be fixed in anaconda-11.5.0.45-1. I confirm this is working with boot.iso/anaconda-11.5.0.45-1 The system boot correctly after installation. Raid is correct /etc/mdadm.conf looks correct cat /proc/mdstat gives : /dev/md0 (/boot, ext3 ) : active /dev/md1 (the rest via LVM) : rebuilding in the background after rebooting |