From owner-freebsd-stable@FreeBSD.ORG Mon Jun 15 07:48:06 2009 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 A3AA2106566C for ; Mon, 15 Jun 2009 07:48:06 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from constantine.ticketswitch.com (constantine.ticketswitch.com [IPv6:2002:57e0:1d4e:1::3]) by mx1.freebsd.org (Postfix) with ESMTP id 66B048FC08 for ; Mon, 15 Jun 2009 07:48:06 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.64.50.6] helo=dilbert.ticketswitch.com) by constantine.ticketswitch.com with esmtps (TLSv1:AES256-SHA:256) (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MG6vE-000P8i-Jj; Mon, 15 Jun 2009 08:48:04 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.69 (FreeBSD)) (envelope-from ) id 1MG6vC-000K7w-Ac; Mon, 15 Jun 2009 08:48:03 +0100 To: dan.naumov@gmail.com, fjwcash@gmail.com In-Reply-To: Message-Id: From: Pete French Date: Mon, 15 Jun 2009 08:48:02 +0100 Cc: freebsd-stable@freebsd.org Subject: Re: Does this disk/filesystem layout look sane to you? 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: Mon, 15 Jun 2009 07:48:06 -0000 > The new 2tb disk you buy can very often be actually a few sectors > smaller then the disk you are trying to replace, this in turn will > lead to zfs not accepting the new disk as a replacement, because it's > smaller (no matter how small). Heh - you are in for a pleasent surprise my friend! ;-) If you actually try this in practice you will find ZFS *does* accept a smaller drive as a replacement. Preseumably to cope with the natural variability in sector size that you describe. Surprised me too the first time I saw it... -pete.