Bug 132001
Summary: | add dm-mirror and dm-snapshot if dm-mod is brought in | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Alexandre Oliva <oliva> |
Component: | mkinitrd | Assignee: | Jeremy Katz <katzj> |
Status: | CLOSED RAWHIDE | QA Contact: | David Lawrence <dkl> |
Severity: | high | Docs Contact: | |
Priority: | medium | ||
Version: | 3 | CC: | agk, bill |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | mkinitrd-4.1.14-1 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2004-10-02 19:03:55 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
Alexandre Oliva
2004-09-07 18:17:35 UTC
agk -- comments? Please consider this MUST FIX for FC3. The workaround around is simple, recovery from a non-startable system volume group is not. All the dm modules (incl. mirror, snapshot, zero) need to be available when vgchange -ay gets run; currently the automatic loading code is inactive (see an old bugzilla entry), so the modules all need to be loaded before running vgchange -ay in case they are needed - this will get addressed within LVM2. This seems a bit broken (and even if you had automatic loading present, then it wouldn't help as the modules wouldn't be there in the initrd at present). But, since my chances of getting that to change are roughly zero, I'll add those three to a list to be automatically pulled in. Will be in mkinitrd 4.1.14. And working on the anaconda modifications too since it'll be needed there as well. Confirmed fixed, thanks. |