Bug 213762 - More than one fakeraid volume
Summary: More than one fakeraid volume
Keywords:
Status: CLOSED INSUFFICIENT_DATA
Alias: None
Product: Fedora
Classification: Fedora
Component: initscripts
Version: 6
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bill Nottingham
QA Contact: Brock Organ
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-02 21:42 UTC by rebsim
Modified: 2014-03-17 03:03 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2007-09-18 19:34:39 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description rebsim 2006-11-02 21:42:28 UTC
I have 2 fakeraid volume (NTFS) (vith HTP370 and VIA8237A chipset).

rc.sysinit doesn't work whith more than one volume.
It only recognize HPT370 volume (the first).

In my system, i correct the problem by changing rc.sysinit:

Line 439:

for x in $(/sbin/dmraid -ay -i -p -t 2> /dev/null | \
	    egrep -iv "^no " | \
	    awk -F ':' '{ print $1 }') ; do
		[b]dmname=$x   <-------------------------- HERE
		[ -n "$dmname" ] || continue; <----------------- HERE [/b]
 		     /sbin/dmraid -ay -i -p "$dmname" >/dev/null 2>&1
		     /sbin/kpartx -a -p p "/dev/mapper/$dmname"
done

Comment 1 rebsim 2006-11-02 21:46:35 UTC
dmraid-1.0.0.rc13
kpartx.8

Comment 2 Tim Waugh 2006-11-02 23:18:03 UTC
rc.sysinit is from initscripts.

Comment 3 Bill Nottingham 2007-04-16 23:46:24 UTC
Does this still happen with the latest FC6 updates?

Comment 4 Bill Nottingham 2007-09-18 19:34:39 UTC
No response, closing.


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