Bug 249587
Summary: | Need to install mdadm before kernel | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Orion Poplawski <orion> |
Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | rawhide | CC: | pjones, wwoods |
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: | 2007-09-10 14:57:44 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: | 235703 |
Description
Orion Poplawski
2007-07-25 16:28:10 UTC
This is definitely a mkinitrd problem, not a kernel problem (kernel %post script uses mkinitrd to create the initrd - mkinitrd needs mdadm to function properly). What mkinitrd bugs did you find that were similar to this one? Bug #244539 might be the same thing. This also manifests in rawhide / current F8t1 candidates - adding to F8t1 tracker. This might be better to fix by ensuring mdadm is installed before kernel in anaconda, since the other two possibilities are: 1) any system with pre-existing RAID should already have mdadm, and 2) non-RAID systems don't need mdadm at all. This is how we handle iscsi-initiator-utils as well. Re-assigning to anaconda so that maybe there is some hope of being able to successfully install software raid systems again sometime. mkinitrd requires mdadm now, so the ordering should end up correct. Still working with Panu to come up with a more general way of hinting this to rpm without the requires |