Bug 131152

Summary: kernel fails to initialise software RAID partitions
Product: [Fedora] Fedora Reporter: Alin Osan <aline>
Component: kernelAssignee: Arjan van de Ven <arjanv>
Status: CLOSED DUPLICATE QA Contact: Brian Brock <bbrock>
Severity: high Docs Contact:
Priority: medium    
Version: 3CC: wtogami
Target Milestone: ---   
Target Release: ---   
Hardware: athlon   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:05:20 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:

Description Alin Osan 2004-08-27 22:58:41 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2)
Gecko/20040809

Description of problem:
Kernels above kernel-2.6.7-1.515 fails to initialise software RAID
partitions with the following error:

raindautorun: failed to open /dev/md0: 2
raindautorun: failed to open /dev/md1: 2
raindautorun: failed to open /dev/md2: 2
raindautorun: failed to open /dev/md3: 2

My /etc/fstab looks like this:

/dev/md3                /                       ext3    defaults     
  1 1
/dev/md0                /boot                   ext3    defaults     
  1 2
none                    /dev/pts                devpts  gid=5,mode=620
 0 0
none                    /dev/shm                tmpfs   defaults     
  0 0
/dev/md1                /home                   ext3    defaults     
  1 2
/dev/md2                /misc                   ext3    defaults     
  1 2
none                    /proc                   proc    defaults     
  0 0
none                    /sys                    sysfs   defaults     
  0 0
/dev/hdb6               swap                    swap    defaults     
  0 0
/dev/hda6               swap                    swap    defaults     
  0 0
/dev/cdrom              /mnt/cdrom              udf,iso9660
noauto,user,owner,kudzu,ro 0 0
/dev/dvd             /mnt/dvd             udf,iso9660
noauto,owner,user,kudzu,ro 0 0
/dev/sda1              /mnt/rack              auto      defaults     
   0 0


Version-Release number of selected component (if applicable):
kernel-2.6.8-1.526

How reproducible:
Always

Steps to Reproduce:
1. boot any kernel above kernel-2.6.7-1.515
    

Actual Results:  systems fails to boot

Expected Results:  running system

Additional info:

The system has two identical hdd, with software RAID1 and RAID0
partitions.

Comment 1 Bill Nottingham 2004-08-27 22:59:58 UTC

*** This bug has been marked as a duplicate of 131150 ***

Comment 2 Red Hat Bugzilla 2006-02-21 19:05:20 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.