Summary: | checkfs does not properly start all software raid devices | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Alan <alan> |
Component: | [OLD] Core system | Assignee: | Martin Schlemmer (RETIRED) <azarah> |
Status: | RESOLVED WORKSFORME | ||
Severity: | major | ||
Priority: | High | ||
Version: | 1.4_rc2 | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | patch for checkfs for starting software raid properly |
Description
Alan
2003-01-25 02:10:26 UTC
Created attachment 7618 [details, diff]
patch for checkfs for starting software raid properly
Patch to deal with differently formatted raidtab files and getting sw raid
started on a system that has both autodetect and non-autodetect software raid
set up.
some of things have been fixed please review our cvs copy of checkfs: http://cvs.gentoo.org/cgi-bin/viewcvs.cgi/gentoo-src/rc-scripts/init.d/checkfs?rev=1.20&content-type=text/vnd.viewcvs-markup if anything is still 'broken', post a new comment/patch with you issues It seems that along with this another problem is that since my root partition is raid0, it won't shut down properly. On halt I get a message 'can't stop md0, device or resource busy'. Normally this wouldn't be a problem, but because the software raid never shuts down properly my other raid5 partition is never marked as clean, and the parity is rebuilt every reboot. Any thoughts? Try checkfs and halt.sh from baselayout-1.8.6.2, and see if it fixes. Should work in latest. |