From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (ext-mx12.extmail.prod.ext.phx2.redhat.com [10.5.110.17]) by int-mx02.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s1O3CsXh001406 for ; Sun, 23 Feb 2014 22:12:54 -0500 Received: from mail-pb0-f41.google.com (mail-pb0-f41.google.com [209.85.160.41]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1O3Crsc030509 for ; Sun, 23 Feb 2014 22:12:53 -0500 Received: by mail-pb0-f41.google.com with SMTP id jt11so572417pbb.0 for ; Sun, 23 Feb 2014 19:12:53 -0800 (PST) Received: from localhost.localdomain (99-121-56-32.lightspeed.sntcca.sbcglobal.net. [99.121.56.32]) by mx.google.com with ESMTPSA id q7sm44817512pbc.20.2014.02.23.19.12.50 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Sun, 23 Feb 2014 19:12:51 -0800 (PST) Date: Sun, 23 Feb 2014 19:12:48 -0800 From: Julie Ashworth Message-ID: <20140224031248.GA13829@localhost.localdomain> References: <20140222071408.GA10598@localhost.localdomain> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Subject: Re: [linux-lvm] LV mirror extents on same physical device 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 On 23-02-2014 21.03 -0600, Roger Heflin wrote: > without the anywhere option it indicates you need *4* devices, 2 for > data, and 2 for mirror log, using anywhere removes the more than 1 > device for everything,. The -alloc=aywhere simply refers to the log. I'm not concerned about the log, I'm concered about the actual image extents, which seem to be both on /dev/md1. > Using this format should allow you to force the move of a copy from > one device to another, see the pvmove man page for more details. > > pvmove /dev/sdb1:1000-1999 /dev/sdc1:0-999 The end goal is to convert the mirror to a linear volume (on /dev/md2). I'm still not convinced that pvmove is the right utility for mirrored extents. But thanks for the advice - I will try it if lvconvert -m0 fails. (this is a test server). best, Julie