linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Neil Brown <neilb@suse.de>
To: Hubert Verstraete <hubskml@free.fr>
Cc: linux-raid@vger.kernel.org
Subject: Re: RAID5 initial resync: faster vs more secure
Date: Tue, 25 Mar 2008 16:15:43 +1100	[thread overview]
Message-ID: <18408.35455.355616.973487@notabene.brown> (raw)
In-Reply-To: message from Hubert Verstraete on Thursday March 20

On Thursday March 20, hubskml@free.fr wrote:
> Hi list
> 
> Each time I create a RAID5 array, by default, as a degraded array with a 
> spare, I cannot stop and restart the array unless the initial resync has 
> completed. If I do so, the resync is not resumed when the array is 
> re-assembled.
> Is this due to the fact that one disk is a spare, but md actually 
> doesn't know which of the disks is the spare one ?

No.  It is due to that fact that the v0.90 metadata has no convenient
place to record how far the recovery has progressed.

If you use --metadata=1 when creating the array, it will be able to
record the status of incomplete recovery and restart is properly.

NeilBrown


> 
> Assuming that there is no bug and no workaround about this issue, I 
> think the following: when one cannot guarantee the array won't be 
> stopped until the resync completes, one should better create the RAID5 
> array with the -f option. Indeed, when I use -f, I can stop the array 
> and restart it, the resync will be resumed where it had stopped.
> The cost of this is that the initial resync runs slower.
> 
> Comments are welcome.
> 
> Thanks,
> Hubert
> 
> PS: the reshape patch from Neil on 03/03/08 does not fix the issue.
> --
> To unsubscribe from this list: send the line "unsubscribe linux-raid" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

      reply	other threads:[~2008-03-25  5:15 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-03-20 16:58 RAID5 initial resync: faster vs more secure Hubert Verstraete
2008-03-25  5:15 ` Neil Brown [this message]

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=18408.35455.355616.973487@notabene.brown \
    --to=neilb@suse.de \
    --cc=hubskml@free.fr \
    --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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).