Bug 209666 - Incomplete parsing of dmraid output in rc.sysinit
Summary: Incomplete parsing of dmraid output in rc.sysinit
Keywords:
Status: CLOSED NEXTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 5
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-10-06 18:32 UTC by Kyle Guilbert
Modified: 2014-03-17 03:02 UTC (History)
1 user (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2006-10-06 18:35:06 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Output of rc.sysinit at boot-time (541 bytes, text/plain)
2006-10-06 18:32 UTC, Kyle Guilbert
no flags Details

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.


Note You need to log in before you can comment on or make changes to this bug.