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 int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id n9NJFepk001523 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Fri, 23 Oct 2009 15:15:41 -0400 Received: from agk by agk-dp.fab.redhat.com with local (Exim 4.69) (envelope-from ) id 1N1Pbv-00067S-U6 for linux-lvm@redhat.com; Fri, 23 Oct 2009 20:15:40 +0100 Date: Fri, 23 Oct 2009 20:15:39 +0100 From: Alasdair G Kergon Subject: Re: [linux-lvm] Mirrored LVs Message-ID: <20091023191539.GI10165@agk-dp.fab.redhat.com> References: <4AE1B9FB.504@mortent.org> <20091023172914.GA12748@us.ibm.com> <1958a88d0910231128x2b072b48q504d56b03da39196@mail.gmail.com> <20091023190230.GA13442@us.ibm.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20091023190230.GA13442@us.ibm.com> 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 Specify ranges of physical extents at the end of the command line along with --alloc anywhere to get the layout of your choosing. e.g. lvcreate ... /dev/sdb:0-2000 /dev/sdc:0-2000 /dev/sdd:0 (Sometimes you need to force a single-extent gap to make it do what you want, so sdb:0 sdb:2-2000 ...) Alasdair