linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: Adam Kwolek <adam.kwolek@intel.com>
Cc: linux-raid@vger.kernel.org, dan.j.williams@intel.com,
	ed.ciechanowski@intel.com, wojciech.neubauer@intel.com
Subject: Re: [PATCH] imsm: FIX: Do not write check-point '0'
Date: Mon, 2 May 2011 16:12:23 +1000	[thread overview]
Message-ID: <20110502161223.68f11b4d@notabene.brown> (raw)
In-Reply-To: <20110429142921.12605.54696.stgit@gklab-128-013.igk.intel.com>

On Fri, 29 Apr 2011 16:29:21 +0200 Adam Kwolek <adam.kwolek@intel.com> wrote:

> When 2 arrays are configured in container and arrays are reassembled during
> rebuild or initialization, checkpoint for one array can be reset. It depends
> on arrays assembly order.
> 
> Scenario:
> 1. Create 2 arrays (e.g. raid5)
> 2. Add spare to container
> 3. Degrade arrays /rebuild starts on array #1 and continues to n%/
> 4. Reassembly arrays
> 5. Rebuild starts on array #2 /because of assembly order/ from 0%
> 6. On first checkpoint stored for array #2 (non 0 value), checkpoint
>    for array #1 is cleared /it is delayed rebuild in md, so progress is 0/
> 7. Rebuild on #1 starts from n% /it was configured before checkpoint
>    was cleared/.
> 
> Any next reassembly during rebuild of #2 array (after p.6) causes
> checkpoint information lost for array #1.
> 
> Solution is not store checkpoint for progress == 0.
> Checkpoint is set to 0 when rebuild/initialization starts.
> 
> Note: Please apply this patch on master branch.
> 
> Signed-off-by: Adam Kwolek <adam.kwolek@intel.com>
> ---

Applied, thanks.

NeilBrown


> 
>  super-intel.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/super-intel.c b/super-intel.c
> index 83135a6..0956c92 100644
> --- a/super-intel.c
> +++ b/super-intel.c
> @@ -5479,6 +5479,7 @@ mark_checkpoint:
>  		 * curr_migr_unit needs updating
>  		 */
>  		if (units32 == units &&
> +		    units32 != 0 &&
>  		    __le32_to_cpu(dev->vol.curr_migr_unit) != units32) {
>  			dprintf("imsm: mark checkpoint (%u)\n", units32);
>  			dev->vol.curr_migr_unit = __cpu_to_le32(units32);
> 
> --
> 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:[~2011-05-02  6:12 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-29 14:29 [PATCH] imsm: FIX: Do not write check-point '0' Adam Kwolek
2011-05-02  6:12 ` NeilBrown [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=20110502161223.68f11b4d@notabene.brown \
    --to=neilb@suse.de \
    --cc=adam.kwolek@intel.com \
    --cc=dan.j.williams@intel.com \
    --cc=ed.ciechanowski@intel.com \
    --cc=linux-raid@vger.kernel.org \
    --cc=wojciech.neubauer@intel.com \
    /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).