From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <50C9F6AF.50908@redhat.com> Date: Thu, 13 Dec 2012 15:39:27 +0000 From: "Bryn M. Reeves" MIME-Version: 1.0 References: In-Reply-To: Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] Convert striped lv to single pv on another disk? 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" To: LVM general discussion and development Cc: Gianluca Cecchi On 13/12/12 15:28, Gianluca Cecchi wrote: > Searching on Internet I found several methods and the one I tested (at > the moment only on loop devices) and seems ok is this one below, that > passes through creating a mirror between the initial striped lv > components and the new pv with lvconvert command and then gets rid off > the initial pvs Why not just use pvmove to move the extents off the two original PVs and onto the third? The end result is the same (and internally it's not dissimilar - pmove creates a temporary mirror volume to do its work) but it's less manual work and should be more robust as pvmove does checkpointing that allows the process to be interrupted and restarted. Regards, Bryn.