From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx2.redhat.com (ext-mx01.extmail.prod.ext.rdu2.redhat.com [10.11.55.1]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id s1OLpdCV003879 for ; Mon, 24 Feb 2014 16:51:39 -0500 Received: from mail-pa0-f49.google.com (mail-pa0-f49.google.com [209.85.220.49]) by mx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1OLpZ3t022572 for ; Mon, 24 Feb 2014 16:51:37 -0500 Received: by mail-pa0-f49.google.com with SMTP id hz1so7124298pad.36 for ; Mon, 24 Feb 2014 13:51:34 -0800 (PST) Received: from ssh2.neuro.berkeley.edu (ssh2.Neuro.Berkeley.EDU. [169.229.248.250]) by mx.google.com with ESMTPSA id sx8sm127959386pab.5.2014.02.24.13.51.33 for (version=TLSv1 cipher=RC4-SHA bits=128/128); Mon, 24 Feb 2014 13:51:34 -0800 (PST) Date: Mon, 24 Feb 2014 13:51:25 -0800 From: Julie Ashworth Message-ID: <20140224215125.GA31189@ssh2.neuro.berkeley.edu> References: <20140222071408.GA10598@localhost.localdomain> <20140224185629.GA28182@ssh2.neuro.berkeley.edu> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <20140224185629.GA28182@ssh2.neuro.berkeley.edu> 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 I doubt anybody else will have this problem, but just in case... my solution was to upgrade lvm2, convert my mirrors to linear arrays, and recreate the mirrors. After the lvm2 upgrade, I didn't see allocation errors when creating the mirrored log. lvconvert -m0 /dev/VolGroup00/lvname lvconvert -m1 --mirrorlog=mirrored /dev/VolGroup00/lvname best, Julie