Bug 88785

Summary: rc.sysinit doesn't support mdadm
Product: [Retired] Red Hat Linux Reporter: Gregory Leblanc <gleblanc>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED RAWHIDE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 9CC: bbaetz, chris.ricker, rvokal
Target Milestone: ---Keywords: FutureFeature
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 7.91-1 Doc Type: Enhancement
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-10-17 04:49:31 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Patch to add support for mdadm.conf none

Description Gregory Leblanc 2003-04-14 05:39:08 UTC
Description of problem:  The RAID startup stuff in rc.sysinit doesn't support
mdadm.conf for configuring RAID arrays.  Given how much easier they are to use,
it should do so.  I've created a patch to rc.sysinit that starts RAID arrays
using mdadm.conf.  It's essentially a copy of the existing stuff for the
raidtools tools.  I suspect that they could be condenced into one block of code,
but I'm not sure I'm good enough to hack that. 


Version-Release number of selected component (if applicable):
initscripts-7.14-1

Comment 1 Gregory Leblanc 2003-04-14 05:40:45 UTC
Created attachment 91113 [details]
Patch to add support for mdadm.conf

Comment 2 Bill Nottingham 2004-10-17 04:49:31 UTC
Much simpler version added in 7.91-1. (mdadm -As)