Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 7114 - LVM fails with baselayout 1.8.2 when lvm is compiled as module
Summary: LVM fails with baselayout 1.8.2 when lvm is compiled as module
Status: RESOLVED DUPLICATE of bug 7080
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High critical (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-27 07:48 UTC by squeeze
Modified: 2005-07-17 13:06 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description squeeze 2002-08-27 07:48:32 UTC
LVM fails when using lvm as module.

In the checkfs script a check is made:
"if [ -x /sbin/vgscan -a -d /proc/lvm ]"

If lvm is compiled as a module the /proc/lvm directory doesn't exist until
vgscan actually is executed so no partitions while be mounted.

Module loading is done later in the startup so putting lvm-mod in
modules-autoload will not solve the problem.

This took my off internet for a while ;)

/Mario
Comment 1 SpanKY gentoo-dev 2002-08-27 09:28:26 UTC

*** This bug has been marked as a duplicate of 7080 ***