Bug 118815

Summary: [PATCH] extranious error with mdadm
Product: Red Hat Enterprise Linux 3 Reporter: Christopher McCrory <chrismcc>
Component: mdadmAssignee: Doug Ledford <dledford>
Status: CLOSED ERRATA QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: nhappel
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: 2007-06-07 16:22:12 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
error patch none

Description Christopher McCrory 2004-03-21 00:57:38 UTC
Description of problem:
extranious error with mdadm

Version-Release number of selected component (if applicable):
1.4.0

How reproducible:
always

Steps to Reproduce:
1. startup mdadm 
2.
3.
  
Actual results:
[chrismcc@djali /]$ sudo /sbin/service mdmonitor start
Starting mdmonitor: mdadm: bad /proc/mdstat line starts: Event:
mdadm: bad /proc/mdstat line starts: Event:
[chrismcc@djali /]$                                        [  OK  ]



Expected results:

no error

Additional info:

Patch attached ! :)

Comment 1 Christopher McCrory 2004-03-21 00:58:18 UTC
Created attachment 98721 [details]
error patch

Comment 2 Christopher McCrory 2004-03-22 20:27:54 UTC
I also sent a note to the program author,  this has already been taken
care of in v1.5.0

also
in the init script, stderr is not closed
changing:
mdadm --monitor --scan &
to:
mdadm --monitor --scan --daemonize

solves that.




Comment 3 Doug Ledford 2004-03-30 21:00:35 UTC
An updated version of the package that uses the upstream 1.5.0 mdadm
code has been built into our system and should make the next update.