Bug 507554
| Summary: | Changes for MD boot support for isw array | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Jacek Danecki <Jacek.Danecki> |
| Component: | mkinitrd | Assignee: | Peter Jones <pjones> |
| Status: | CLOSED WONTFIX | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 12 | CC: | ddumas, hdegoede, pjones, wtogami |
| 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: | 2010-01-12 15:32:23 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: | |||
|
Description
Jacek Danecki
2009-06-23 10:08:18 UTC
NOTE: mkinitrd is being replaced by dracut for F-12, which does use mdmon prior to mounting and switch_root. Please verify that it works as expected. If not we need to know. http://sourceforge.net/apps/trac/dracut/ When will be dracut integrated in rawhide? Can I replace package mkinitrd by the dracut? Is dracut compatible with mkinitrd? My proposal is only temporary fix for mkinitrd to make possible testing whole installation process on MD array. I've created raid 1 in OROM, during installation I've passed iswmd parameter to kernel, so anaconda installed system on md-raid1. I've installed dracut 0.4 and created image for initrd. I've updated menu.lst in grub. After reboot system activated raid using mdadm, but only with one disk. (In reply to comment #3) > I've created raid 1 in OROM, during installation I've passed iswmd parameter to > kernel, so anaconda installed system on md-raid1. I've installed dracut 0.4 and > created image for initrd. I've updated menu.lst in grub. After reboot system > activated raid using mdadm, but only with one disk. Hi, A number of patches from me to fix this have been merged in dracut git, so this problem should no longer happen in dracut git. See here for the location of dracut git: https://fedoraproject.org/wiki/Dracut Note I'm leaving for vacation for a week tomorrow, so I'll be incommunicado for a week. I've pulled git version (0.6) with the latest commit:
commit 0e77eb378272ff6117b6857e6f5816460f74471f
Author: Harald Hoyer <harald>
Date: Thu Jul 23 11:58:24 2009 +0200
dmraid/mdraid: only try to delete partition 1-1024
add "--nr 1-1024" to partx, otherwise partx will try to delete
partitions 1-INT_MAX, which takes a long time.
This version worked correctly. System started from raid 1.
This bug appears to have been reported against 'rawhide' during the Fedora 12 development cycle. Changing version to '12'. More information and reason for this action is here: http://fedoraproject.org/wiki/BugZappers/HouseKeeping This is a mass edit of all mkinitrd bugs. Thanks for taking the time to file this bug report (and/or commenting on it). As you may have heard in Fedora 12 mkinitrd has been replaced by dracut. In Fedora 12 the mkinitrd package is still around as some programs depend on certain libraries it provides, but mkinitrd itself is no longer used. In Fedora 13 mkinitrd will be removed completely. This means that all work on initrd has stopped. Rather then keeping mkinitrd bugs open and giving false hope they might get fixed we are mass closing them, so as to clearly communicate that no more work will be done on mkinitrd. We apologize for any inconvenience this may cause. If you are using Fedora 11 and are experiencing a mkinitrd bug you cannot work around, please upgrade to Fedora 12. If you experience problems with the initrd in Fedora 12, please file a bug against dracut. |