linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: NeilBrown <neilb@suse.de>
To: majianpeng <majianpeng@gmail.com>
Cc: linux-raid <linux-raid@vger.kernel.org>
Subject: Re: How to use replacement?
Date: Mon, 4 Jun 2012 17:12:07 +1000	[thread overview]
Message-ID: <20120604171207.555e2f83@notabene.brown> (raw)
In-Reply-To: <201206041434216404880@gmail.com>

[-- Attachment #1: Type: text/plain, Size: 1185 bytes --]

On Mon, 4 Jun 2012 14:34:28 +0800 majianpeng <majianpeng@gmail.com> wrote:

> >On Mon, 4 Jun 2012 09:53:21 +0800 majianpeng <majianpeng@gmail.com> wrote:
> >
> >> Hi:
> >> 	At present, md is supporting replacement.
> >> 	In function: state_store()
> >> >   } else if (cmd_match(buf, "replacement")) {
> >> >		/* Can only set a device as a replacement when array has not
> >> >		 * yet been started.  Once running, replacement is automatic
> >> >		 * from spares, or by assigning 'slot'.
> >> >		 */
> >> 		I can using spare disk.But how to use slot?
> >
> >If you want to ensure that a particular device becomes a replacement for a
> >particular other device, then
> >  cd /sys/block/mdX/md
> >  echo frozen > sync_action
> >  echo NN:MM > new_dev  # where NN is major and MM is minor of new device
> 
> If the array had a persistent superblock, the operation returned error.
> The message like:
> [  262.934070] md: sde does not have a valid v1.2 superblock, not importing!
> How can do it ?
> 

You need to write a superblock out to the device first.
mdadm already does this when adding a spare to an array, and it is
a similar operation.

NeilBrown


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 828 bytes --]

      reply	other threads:[~2012-06-04  7:12 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-06-04  1:53 How to use replacement? majianpeng
2012-06-04  2:11 ` NeilBrown
2012-06-04  6:34   ` majianpeng
2012-06-04  7: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=20120604171207.555e2f83@notabene.brown \
    --to=neilb@suse.de \
    --cc=linux-raid@vger.kernel.org \
    --cc=majianpeng@gmail.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).