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

Bug 50571

Summary: Bug in Init-Script Checkfs (baselayout 1.9.0)
Product: Gentoo Linux Reporter: Frank Hollmann <frank.hollmann>
Component: [OLD] baselayoutAssignee: Gentoo's Team for Core System packages <base-system>
Status: RESOLVED NEEDINFO    
Severity: normal    
Priority: High    
Version: 2004.1   
Hardware: Sparc   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Frank Hollmann 2004-05-09 13:34:02 UTC
If raid-devices are declared as /dev/md/<num>,
checkfs will fail, because Variable raidstat will allway be undefined.
This is due to proc-fs entries in /proc/mdtab, where the raid-devices
are listed with md<num>.

Environment: Kernel 2.6.5, baselayout 1.9.0
Comment 1 SpanKY gentoo-dev 2004-10-05 15:43:38 UTC
checkfs builds the list of raid devices from /etc/mdadm.conf and /etc/raidtab

from that list, it checks /proc/mdstat

checkfs doesnt refer to 'md#' at all

please post these files:
/etc/mdadm.conf
/etc/raidtab
/proc/mdstat
/etc/fstab