From owner-freebsd-stable@FreeBSD.ORG Sun Jan 9 09:02:00 2011 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 91B291065675 for ; Sun, 9 Jan 2011 09:02:00 +0000 (UTC) (envelope-from jyavenard@gmail.com) Received: from mail-iy0-f182.google.com (mail-iy0-f182.google.com [209.85.210.182]) by mx1.freebsd.org (Postfix) with ESMTP id 56A748FC17 for ; Sun, 9 Jan 2011 09:02:00 +0000 (UTC) Received: by iyb26 with SMTP id 26so17683611iyb.13 for ; Sun, 09 Jan 2011 01:01:59 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=5gbmHvQ7FuTiObRNB+inCklOkcp46d4waO8G+7sO7tU=; b=lLBz87QLtmL8vs7RcOV5oeeMCLqyeo2ZSvbvF3HV8VaG08mM+K/Y7KRrUbpCg8HzR3 o2jXroiczPWJ1p6YnMPv855TvNhXKTD8jwDpTT9RBXRFznHYQ0Opj0Y0u9Z9/rv4qcAj e2atyYt1sVIw42YjYk/LZ9dFDBknVKm9cWS7g= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=BQmKdGf50LBhhtRDNKS7jW9yQv5mKamgDN+SS1GQnqQyYbeo8HHs7h3ung+wNrYjNY bRXzwMhDrq9QerX495ee4OcDx5nAeXdtHIAQnAYikEgoSiJyjA74IsxFF7HsfYfieXYa OLE0XwHkqNp4JkTnONHRl1UJN+08gU9n+VNfQ= MIME-Version: 1.0 Received: by 10.42.173.202 with SMTP id s10mr2853133icz.397.1294563719732; Sun, 09 Jan 2011 01:01:59 -0800 (PST) Received: by 10.42.172.69 with HTTP; Sun, 9 Jan 2011 01:01:59 -0800 (PST) In-Reply-To: <4D297587.4030108@infracaninophile.co.uk> References: <4D1C6F90.3080206@my.gd> <4D21E679.80002@my.gd> <84882169-0461-480F-8B4C-58E794BCC8E6@my.gd> <4D297587.4030108@infracaninophile.co.uk> Date: Sun, 9 Jan 2011 20:01:59 +1100 Message-ID: From: Jean-Yves Avenard To: Matthew Seaman Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-stable@freebsd.org Subject: Re: ZFS - moving from a zraid1 to zraid2 pool with 1.5tb disks X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Jan 2011 09:02:00 -0000 Hi On 9 January 2011 19:44, Matthew Seaman wrote: > Not without backing up your current data, destroying the existing > zpool(s) and rebuilding from scratch. > > Note: raidz2 on 4 disks doesn't really win you anything over 2 x mirror > pairs of disks, and the RAID10 mirror is going to be rather more performant. I would have thought that the probability of failure to be slightly different. Sure you out of 4 disks, 2 can fail in both conditions. *But*, in raidz2, any two of the four can fail. In RAID10, the two disks that failed must be in different block otherwise you loose it all As such the resilience for failure in a RAIDz2 is far greater than in a RAID10 system