Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 7618 Details for
Bug 14527
checkfs does not properly start all software raid devices
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch for checkfs for starting software raid properly
checkfs.patch (text/plain), 591 bytes, created by
Alan
on 2003-01-25 02:12:19 UTC
(
hide
)
Description:
patch for checkfs for starting software raid properly
Filename:
MIME Type:
Creator:
Alan
Created:
2003-01-25 02:12:19 UTC
Size:
591 bytes
patch
obsolete
>--- checkfs.orig 2003-01-24 23:54:08.000000000 -0800 >+++ checkfs 2003-01-24 23:54:36.000000000 -0800 >@@ -35,10 +35,10 @@ > ACTIVE_RAID="`grep -E "md[0-9]+[[:space:]]?: active raid" /proc/mdstat | awk -F ':' '{print $1}'`" > if [ ! -z "${ACTIVE_RAID}" ] > then >- for x in $(grep -E "raiddev /dev/md[0-9]+" /etc/raidtab | \ >+ for x in $(grep -E "raiddev.*/dev/md[0-9]+" /etc/raidtab | \ > awk '{print $2}' | grep -v "`echo ${ACTIVE_RAID} | sed s'/[[:space:]]//g'`") > do >- /sbin/raidstart /dev/${x} >+ /sbin/raidstart ${x} > done > else > /sbin/raidstart --all
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 14527
: 7618