Bug 5178

Summary: raid startup in rc.sysint does not reflect new raid tools
Product: [Retired] Red Hat Linux Reporter: chris
Component: initscriptsAssignee: David Lawrence <dkl>
Status: CLOSED DUPLICATE QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 6.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 1999-09-17 16:35:34 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:

Description chris 1999-09-17 06:21:00 UTC
rc.sysinit refers to the old 'raidadd' and 'raidrun'
programs which are no longer part of the raidtools package.
Instead, 'raidstart' is used to start the raid subsystem.

Consequently, the rc.sysinit file needs to be modified, such
as follows:

if [ -f /proc/mdstat -a -f /etc/raidtab -a -x
/sbin/raidstart ]; then
        action "Starting up RAID devices" raidstart -a
        rc=$?

        # A non-zero return means there were problems.
        if [ $rc -gt 0 ]; then
...etc

Comment 1 Bill Nottingham 1999-09-17 16:35:59 UTC
*** This bug has been marked as a duplicate of 2328 ***