All of lore.kernel.org
 help / color / mirror / Atom feed
From: Warren Young <warren@etr-usa.com>
To: linux-raid@vger.kernel.org
Subject: Re: Fast RAID rebuild?
Date: Thu, 24 Jul 2003 15:38:12 -0600	[thread overview]
Message-ID: <3F2051C4.8020001@etr-usa.com> (raw)
In-Reply-To: <Pine.LNX.4.53.0307221333120.21063@duplo.agenda.si>

danci@agenda.si wrote:
> 
> Is there a way to quickly add the disk back to array without resyncing
> - something like 'mdadm --unfail'? :)

md is right not to trust the state of the replaced disk.  Just in order 
to get to the mdadm point, you have to boot up, which means files have 
changed on the live disks relative to the one that was temporarily 
missing.  You'd risk massive corruption by forcing it to accept the new 
disk without rebuilding the array.

You maybe could get away with this in a hardware RAID system because you 
can administer the array before the OS comes up.  None of the RAID cards 
I've ever played with allow this, though.

The real solution to your problem is to put all the disks on the same 
kind of controller.  A 4-port 3Ware card, for instance.  Then all disks 
come up together or none of them do.  You can still use Linux soft RAID 
with most hardware RAID cards, if you must.  Or, if you want to cheap 
out, get a 2-port Promise IDE card and put the three disks on it.


  reply	other threads:[~2003-07-24 21:38 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-07-22 11:49 Fast RAID rebuild? danci
2003-07-24 21:38 ` Warren Young [this message]
2003-07-25  6:09   ` danci

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3F2051C4.8020001@etr-usa.com \
    --to=warren@etr-usa.com \
    --cc=linux-raid@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.