Bug 209666

Summary: Incomplete parsing of dmraid output in rc.sysinit
Product: [Fedora] Fedora Reporter: Kyle Guilbert <kguilbert>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED NEXTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 5CC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-10-06 18:35:06 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
Output of rc.sysinit at boot-time none

Description Kyle Guilbert 2006-10-06 18:32:52 UTC
Description of problem:
rc.sysinit parses the output of /sbin/dmraid -ay -t --ignorelocking, but doesn't
look for "No RAID sets" in the grep exclusion. This is around line 265 in
rc.sysinit. See attachment sysinit.txt for the output I see at boot time. I have
 a SiI ATA RAID controller. There are 3 disks connected, in concatenation mode
(non-raid, just appear as disks). In the dmraid 1.0.0.rc9 source, it can be seen
that either "No RAID disks" or "No RAID sets" may be printed.

Version-Release number of selected component (if applicable):
initscripts-8.31.5-1
dmraid-1.0.0.rc9-FC5_5.2
device-mapper-1.02.02-3.2

How reproducible:
Every time I boot this machine. I had fc4 installed on this system and upgraded
to fc5 and see this every boot. I did not see this issue in fc4. 

Steps to Reproduce:
1. Boot-up
2.
3.
  
Actual results:
See sysinit.txt

Expected results:
No error output

Additional info:
Configuration: Tyan S4882-D motherboard, 4x Opteron 885

lspci -vv of RAID controller:
01:05.0 RAID bus controller: Silicon Image, Inc. SiI 3114 [SATALink/SATARaid]
Serial ATA Controller (rev 02)
        Subsystem: Silicon Image, Inc. SiI 3114 SATARaid Controller
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr-
Stepping- SERR- FastB2B-
        Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort-
<TAbort- <MAbort- >SERR- <PERR-
        Latency: 64, Cache Line Size 10
        Interrupt: pin A routed to IRQ 169
        Region 0: I/O ports at 2460 [size=8]
        Region 1: I/O ports at 2454 [size=4]
        Region 2: I/O ports at 2458 [size=8]
        Region 3: I/O ports at 2450 [size=4]
        Region 4: I/O ports at 2440 [size=16]
        Region 5: Memory at fc103400 (32-bit, non-prefetchable) [size=1K]
        [virtual] Expansion ROM at f8800000 [disabled] [size=512K]
        Capabilities: <access denied>

Comment 1 Kyle Guilbert 2006-10-06 18:32:52 UTC
Created attachment 137941 [details]
Output of rc.sysinit at boot-time

Comment 2 Bill Nottingham 2006-10-06 18:35:06 UTC
This is fixed in the FC6 test releases.