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

Bug 61419

Summary: checkfs starts lvm and raid in wrong order
Product: Gentoo Linux Reporter: Sean Davidson <dsean>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED DUPLICATE    
Severity: major    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Sean Davidson 2004-08-23 12:51:50 UTC
The lvm activation in checkfs starts before raid and when using raid disks in
a lvm group the startup will always fail because the devices for lvm to use
during the vgscan have not been activated yet via the raidstart <device> yet.

Moving the lvm activation after the raid in the checkfs script solves this
problem.


Reproducible: Always
Steps to Reproduce:
1. create raid set.
2. create lvm group, volume and file system on it.
3. add raid/lvm file system in /etc/fstab
4. reboot system.

Actual Results:  
file system will not be mounted because of vgscan failure.


Expected Results:  
file system should have been mounted.
Comment 1 Sven Wegener gentoo-dev 2004-08-23 14:14:42 UTC
Already fixed in CVS and latest unstable baselayout starts LVM after RAID.

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