From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mx1.redhat.com (ext-mx04.extmail.prod.ext.phx2.redhat.com [10.5.110.8]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id oAEN68uq026278 for ; Sun, 14 Nov 2010 18:06:08 -0500 Received: from mail.bmsi.com (www.bmsi.com [24.248.44.156]) by mx1.redhat.com (8.13.8/8.13.8) with ESMTP id oAEN5sNK000919 for ; Sun, 14 Nov 2010 18:05:55 -0500 Received: from melissa.gathman.org (fairfax.gathman.org [72.209.196.211]) (authenticated bits=0) by mail.bmsi.com (8.14.3/8.14.3) with ESMTP id oAEN5r1W015883 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Sun, 14 Nov 2010 18:05:54 -0500 Message-ID: <4CE06B51.6080003@bmsi.com> Date: Sun, 14 Nov 2010 18:05:53 -0500 From: Stuart D Gathman MIME-Version: 1.0 References: <20101113230310.GH14546@barkeeper1-xen.linbit> In-Reply-To: Content-Transfer-Encoding: 7bit Subject: Re: [linux-lvm] Need help with a particular use-case for pvmove. 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: linux-lvm@redhat.com On 11/13/2010 10:57 PM, Stirling Westrup wrote: > On Sat, Nov 13, 2010 at 6:03 PM, Lars Ellenberg > wrote: >> You will then have to reduce the bad-old drive from the VG, and >> shutdown/unplug old/replug new, which of course involves downtime again. >> >> You should consider using some sort of RAID in the future. > My last server lost 80% of its data due to a bug in the raid software, > so I'm rather leery of going with a raid solution. I was hoping LVM > would be better. Use the linux md driver with RAID-1, simple and safe, and you can clone a partition by just removing it from the RAID. LVM does RAID-1 only if you turn on mirroring for a LV. LVM can't possible be "better" without the redundancy - at which point you have RAID.