Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 7114

Summary: LVM fails with baselayout 1.8.2 when lvm is compiled as module
Product: Gentoo Linux Reporter: squeeze
Component: [OLD] Core systemAssignee: Gentoo Linux bug wranglers <bug-wranglers>
Status: RESOLVED DUPLICATE    
Severity: critical CC: mholzer
Priority: High    
Version: unspecified   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

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 ***