Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 10 Apr 2002 19:34:33 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 10 Apr 2002 19:34:32 -0400 Received: from adsl-63-194-239-202.dsl.lsan03.pacbell.net ([63.194.239.202]:29693 "EHLO mmp-linux.matchmail.com") by vger.kernel.org with ESMTP id ; Wed, 10 Apr 2002 19:34:30 -0400 Date: Wed, 10 Apr 2002 16:36:41 -0700 From: Mike Fedyk To: Richard Gooch Cc: Andreas Dilger , linux-kernel@vger.kernel.org Subject: Re: RAID superblock confusion Message-ID: <20020410233641.GG23513@matchmail.com> Mail-Followup-To: Richard Gooch , Andreas Dilger , linux-kernel@vger.kernel.org In-Reply-To: <200204101533.g3AFXwS09100@vindaloo.ras.ucalgary.ca> <20020410184010.GC3509@turbolinux.com> <200204101924.g3AJOp113305@vindaloo.ras.ucalgary.ca> <20020410193812.GE3509@turbolinux.com> <200204102037.g3AKbmT14222@vindaloo.ras.ucalgary.ca> <20020410213645.GE23513@matchmail.com> <200204102139.g3ALd9m15133@vindaloo.ras.ucalgary.ca> <20020410220939.GF23513@matchmail.com> <200204102249.g3AMn6u02921@vindaloo.ras.ucalgary.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.3.28i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Apr 10, 2002 at 04:49:06PM -0600, Richard Gooch wrote: > Mike Fedyk writes: > > On Wed, Apr 10, 2002 at 03:39:09PM -0600, Richard Gooch wrote: > > > Mike Fedyk writes: > > > > On Wed, Apr 10, 2002 at 02:37:48PM -0600, Richard Gooch wrote: > > > > > > > > > > The device is set up (i.e. SCSI host driver is loaded) long before I > > > > > do raidstart /dev/md/0 > > > > > > > > But kernel auto-detection doesn't depend on the raidstart command. If > > > > things are setup correctly, you can remove that from your init scripts. > > > > > > I'm not (explicitely) using auto-detection. When I insmod the raid0 > > > module, there are no messages about finding devices. All I get is: > > > md: raid0 personality registered as nr 2 > > > > > > Only when I run raidstart do I get kernel messages about the devices. > > > > > > In any case, I should be able to move my devices around (especially > > > if /etc/raidtab is still correct), whether or not autostart is > > > running. The behaviour I'm observing is a bug (I assume it's not a > > > mis-feature, since the raidstart man page tells me that moving devices > > > around should be safe). > > > > Ehh, I ran into this a while ago. When you compile raid as modules > > it doesn't use the raid superblocks for anything except for > > verification. I took a quick glance at the source and the > > auto-detect code is ifdefed out if you compiled as a module. > > Exactly where is this? A scan with find and grep don't reveal this. > drivers/md/md.c in the ifndef MODULE sectioin. > > Ever since I have had raid compiled into my kernels. > > This is my relevant .config: > CONFIG_MD=y > CONFIG_BLK_DEV_MD=y > CONFIG_MD_LINEAR=m > CONFIG_MD_RAID0=m > CONFIG_MD_RAID1=m > CONFIG_MD_RAID5=m > CONFIG_MD_MULTIPATH=m > Set this to =y and you're set. I'd like to see this working from modules though. Mike - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/