From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from agk-dp.fab.redhat.com (agk-dp.fab.redhat.com [10.33.0.20]) by ns3.rdu.redhat.com (8.13.8/8.13.8) with ESMTP id n58MN0Qt028147 for ; Mon, 8 Jun 2009 18:23:00 -0400 Received: from agk by agk-dp.fab.redhat.com with local (Exim 4.69) (envelope-from ) id 1MDnF6-0002i9-68 for linux-lvm@redhat.com; Mon, 08 Jun 2009 23:23:00 +0100 Date: Mon, 8 Jun 2009 23:23:00 +0100 From: Alasdair G Kergon Subject: Re: [linux-lvm] pvmove or lv mirror/unmirror Message-ID: <20090608222300.GH647@agk-dp.fab.redhat.com> References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Reply-To: LVM general discussion and development List-Id: LVM general discussion and development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: LVM general discussion and development pvmove should work OK, but with a large amount of data you might consider dividing it into several smaller pvmove commands with the range syntax SourcePhysicalVolume[:PE[-PE]... /dev/xda:0-100000 to give you more checkpoints along the way. Alasdair