Bug 121841

Summary: Raid volumes are ignored
Product: [Fedora] Fedora Reporter: Petr Krištof <petr>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED CURRENTRELEASE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-12-09 11:14:21 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
rc.sysinit-mdadm.patch none

Description Petr Krištof 2004-04-28 15:28:01 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
I have working raid5 volume (created and maintained by mdadm)
mounted in /etc/fstab, but rc.sysinit ignores it and do not
mount it during boot.

/etc/fstab:
/dev/md0 /DATA ext3 defaults 1 0

# mdadm -E --scan
ARRAY /dev/md0 level=raid5 num-devices=4
UUID=bfe69034:528e7618:cfde518d:88fae3ae
   devices=/dev/disk-a1,/dev/disk-b1,/dev/disk-c1,/dev/disk-d1


Version-Release number of selected component (if applicable):
initscripts-7.50-1

How reproducible:
Always

Steps to Reproduce:
1. Create /dev/md0 with mdadm
2. Add it to /etc/fstab
3. Reboot system
    

Actual Results:  The volume is not mounted.

Expected Results:  Volume should be mounted.

Additional info:

Im not using raid-tools, cause they work very bad with SATA (libata)
dynamic assigned device names.

Comment 1 Petr Krištof 2004-04-28 15:29:41 UTC
Created attachment 99737 [details]
rc.sysinit-mdadm.patch

As a workaround, I created empty /etc/raidtab file and applied this patch.

Comment 2 Petr Krištof 2004-12-09 11:14:21 UTC
It is working in Fedora Core 3 without problem,
so closing this bug.