All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jonathan E Brassow <jbrassow@redhat.com>
To: LVM general discussion and development <linux-lvm@redhat.com>,
	steve@myself.gen.nz
Subject: Re: [linux-lvm] replacing a failling disk on a mirrred VG.
Date: Thu, 8 Feb 2007 02:51:02 -0600	[thread overview]
Message-ID: <df6ea8a84df5faffc829a6033d5edaa6@redhat.com> (raw)
In-Reply-To: <45C8BDE7.5020403@myself.gen.nz>


On Feb 6, 2007, at 11:41 AM, Steve Wray wrote:

> Jonathan E Brassow wrote:
>> This one should be pretty easy...
>> Effectively, you want to keep the primary mirror devices, so do:
>> lvconvert -m0 <vg/lv>
>> to down convert them to linear devices.
>> Then remove PV1 (vgreduce), add a new disk to your system, add it to 
>> your vg (vgextend), and finally, up-convert the linear devices to 
>> mirrors again:
>> lvconvert -m1 <vg/lv>
>
> So you can't just add a new disk and use pvmove to move extents off of 
> the failing disk?
>

You could if it was a linear device, but we are still working on the 
proper stacking of mirrors.

  brassow

  reply	other threads:[~2007-02-08  8:51 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-02-04 18:53 [linux-lvm] replacing a failling disk on a mirrred VG Georges Giralt
2007-02-06 13:40 ` Jonathan E Brassow
2007-02-06 17:41   ` Steve Wray
2007-02-08  8:51     ` Jonathan E Brassow [this message]
2007-02-08 20:36   ` Georges Giralt

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=df6ea8a84df5faffc829a6033d5edaa6@redhat.com \
    --to=jbrassow@redhat.com \
    --cc=linux-lvm@redhat.com \
    --cc=steve@myself.gen.nz \
    /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.