Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 10 Sep 2002 18:47:35 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 10 Sep 2002 18:47:35 -0400 Received: from tone.orchestra.cse.unsw.EDU.AU ([129.94.242.28]:63722 "HELO tone.orchestra.cse.unsw.EDU.AU") by vger.kernel.org with SMTP id ; Tue, 10 Sep 2002 18:47:34 -0400 From: Neil Brown To: Oktay Akbal Date: Wed, 11 Sep 2002 08:51:56 +1000 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <15742.30604.313336.285853@notabene.cse.unsw.edu.au> Cc: Lars Marowsky-Bree , linux-kernel@vger.kernel.org Subject: Re: md multipath with disk missing ? In-Reply-To: message from Oktay Akbal on Monday September 9 References: <20020909132713.GA29@marowsky-bree.de> X-Mailer: VM 7.07 under Emacs 20.7.2 X-face: [Gw_3E*Gng}4rRrKRYotwlE?.2|**#s9D > > Does this only work with raid-autodetection ? > > > When no autodetection is done and a drive is missing, would a raidstart > > > kill the raid, since the drives are now available with other devices (sda > > > instead of former sdb...) ? > > > > I don't understand your question, sorry. > > Example: > > We have sda - sdb (8 drives) and setup up a raidtab to tell linux that > sda and sde are the same sdc - sdd etc. > Now for some random error the server restarts and the former sda (path to > that drive) is no longer available. So now we have sda,sdb...sdg. > We do not use autodetect, but raidstart to activate the raid. raidstart is broken by design and cannot cope with devices that change device number (whether name in /dev is preserved or not. There are device numbers in the superblock which raidstart trusts). This is one of the reasons that I wrote mdadm http://www.cse.unsw.edu.au/~neilb/source/mdadm/ This affects all raid levels, not just multipath. NeilBrown - 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/