|
Bugzilla – Full Text Bug Listing |
| Summary: | mkinitrd if using md raid | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.1 | Reporter: | Lars Müller <lmuelle> |
| Component: | Basesystem | Assignee: | Michal Marek <mmarek> |
| Status: | RESOLVED DUPLICATE | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Normal | ||
| Priority: | P5 - None | CC: | gleixner |
| Version: | Final | ||
| Target Milestone: | --- | ||
| Hardware: | Other | ||
| OS: | openSUSE 11.1 | ||
| Whiteboard: | |||
| Found By: | Customer | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | Patch as suggested by Manfred on the openSUSE ML | ||
|
Description
Lars Müller
2009-03-28 11:53:49 UTC
Created attachment 282688 [details]
Patch as suggested by Manfred on the openSUSE ML
This is Michal's part. Michal, do you agree with the patch? Thanks for sitting on another bug for more than half a year :( Do I get it right that * the root fs is on a lvm volume inside /dev/md1 * /dev/md0 contains /boot and is not needed to mount the root fs * booting with just /dev/md1 doesn't work * adding /dev/md0 to the initrd mdadm.conf magically fixes it? That looks really strange, it *could* be that you are in fact hitting bug 445490 and adding the other md device avoids the race condition. Are you able to reproduce this bug with all updates applied? Had the same problem. Problem was solved with patch below. Not sure, if this is officially fixed, but the script /lib/mkinitrd/scripts/setup-md.sh was patched later. I think it works now, because kernel updates worked. That patch is not a solution, at best it hides some race. Are you able to reproduce this with all official updates applied and no local modifications ('rpm -V mkinitrd mdadm' should not print anything)?
'rpm -V mkinitrd mdadm' did not print anything and recent kernel updates worked - i think the bug is fixed somehow. OK, thanks for testing. Let's hope it was the same race as in bug 445490. *** This bug has been marked as a duplicate of bug 445490 *** |