Bug 65280
| Summary: | LVM doesn't startup properly using lvm module | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | ivan | ||||
| Component: | initscripts | Assignee: | Bill Nottingham <notting> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Brock Organ <borgan> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | high | ||||||
| Version: | 7.3 | CC: | gerd, rvokal | ||||
| 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: | 2002-05-30 13:20:18 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: | |||||||
| Attachments: |
|
||||||
|
Description
ivan
2002-05-21 12:18:50 UTC
I've been hit by this bug too. It is because the rc.sysinit script looks for an existing /proc/lvm directory before activating the vg. But if lvm is not compiled into kernel but compiled as module (as in the default kernel package) /proc/lvm is not there until lvm-mod is loaded. The attached patch fixes this problem. Created attachment 58245 [details]
patch to add the missing load of the lvm-mod module
This is a duplicate of Bug# 57563 |