public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* raidautorun gets ENODEV when called from initrd in 2.6.15.4
@ 2006-03-14 10:02 Alain Fauconnet
  0 siblings, 0 replies; only message in thread
From: Alain Fauconnet @ 2006-03-14 10:02 UTC (permalink / raw)
  To: linux-kernel

Hello readers,

Would someone please hint me on why a box using SATA (sata_sil -
wouldn't think it's relevant) and software RAID-1 can't boot with RAID
support as modules? (using an initrd image).

I get "raidautorun: RAID_AUTORUN failed: 19" when nash runs
"raidautorun /dev/md0" at boot, therefore the root filesystem fails to
mount and the system panics. At this point I have confirmed that the
physical member devices/partitions have been detected OK and that the
md-mod.ko and raid1.ko modules load without error.

The same box boots OK with RAID support compiled static, but well,
I like the dynamic way and I'd love to understand what's going on.

>From what I can see (confirmed by adding a "printk" there),
that part of md.c is hit:

        /* if we are not initialised yet, only ADD_NEW_DISK, STOP_ARRAY,
         * RUN_ARRAY, and SET_BITMAP_FILE are allowed */
        if (!mddev->raid_disks && cmd != ADD_NEW_DISK && cmd != STOP_ARRAY
                        && cmd != RUN_ARRAY && cmd != SET_BITMAP_FILE) {
                printk(KERN_ALERT "md: cmd = %d\n", cmd); /* added by me */
                err = -ENODEV; 
                goto abort_unlock;

The IOCTL command received is 0x914 (RAID_AUTORUN) which makes sense
to me. So the issue is that mddev->raid_disks is NULL, I guess.

Trustix Linux 2.2
Kernel 2.6.15.4 compiled from source
Mkinitrd 4.1.18-2 RPM from FC3 installed in place
of the original one that comes with Trustix because it can't
manage .ko modules.
The same setup works on a Dell Poweredge 750 in an almost
exacty similar configuration (2 SATA disks - Intel chipset in this case,
with software RAID, kernel 2.6.13).

I'm stuck. I'd be very grateful to receive any hint.

Greets,
_Alain_

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2006-03-14 10:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-03-14 10:02 raidautorun gets ENODEV when called from initrd in 2.6.15.4 Alain Fauconnet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox