From owner-freebsd-stable@FreeBSD.ORG Thu Feb 18 23:03:42 2010 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 EB206106566B; Thu, 18 Feb 2010 23:03:42 +0000 (UTC) (envelope-from mattjreimer@gmail.com) Received: from mail-yx0-f171.google.com (mail-yx0-f171.google.com [209.85.210.171]) by mx1.freebsd.org (Postfix) with ESMTP id 90ED48FC1A; Thu, 18 Feb 2010 23:03:42 +0000 (UTC) Received: by yxe1 with SMTP id 1so1269565yxe.3 for ; Thu, 18 Feb 2010 15:03:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=s58000jgt6Xc1jDTMsoddsCRerPyYGMrqetnNMNbWf4=; b=QUW4DaJ8iXp4Qaa4Zyx1JJHLs2kwgDUGtpAMGqkaxkkjfOlaxsGVF1dc2m8jcpqAGJ m2rw/ZIJYaQ7tSqUYqNEZa/gVRttnht+8DIB7tcfZG/skhPYzszqmMNK+qA0SQs5mrQn +bg6ro+vGIS1tUMbhdQQNqVT/uC0EhS01ySy4= 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=UxnEe8X9i6jTAyngz7qBc3hE9ErvHAk5GexsiFsyi5kFpbLiWuWehSb3MZvTkC/+T/ mVzGjjg+b4a8VkqX6rnDvSB36wIGej/hp/3iHAMzlx2wpN6ZIWq+7q7Cij08Bhuur6bG R+0O3VZzAMr1od8tnwhXqgKKelluRfpY4tSEY= MIME-Version: 1.0 Received: by 10.151.5.6 with SMTP id h6mr482834ybi.199.1266534221825; Thu, 18 Feb 2010 15:03:41 -0800 (PST) In-Reply-To: References: Date: Thu, 18 Feb 2010 15:03:41 -0800 Message-ID: From: Matt Reimer To: Dan Naumov Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD-STABLE Mailing List , rnoland@freebsd.org Subject: Re: booting off a ZFS pool consisting of multiple striped mirror vdevs 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: Thu, 18 Feb 2010 23:03:43 -0000 On Thu, Feb 18, 2010 at 10:57 AM, Matt Reimer wrote: > On Tue, Feb 16, 2010 at 12:38 AM, Dan Naumov wrote: > >> > I don't know, but I plan to test that scenario in a few days. >> > >> > Matt >> >> Please share the results when you're done, I am really curious :) >> > > Booting from a stripe of two raidz vdevs works: > > FreeBSD/i386 boot > Default: doom:/boot/zfsloader > boot: status > pool: doom > config: > > NAME STATE > doom ONLINE > raidz1 ONLINE > label/doom-0 ONLINE > label/doom-1 ONLINE > label/doom-2 ONLINE > raidz1 ONLINE > label/doom-3 ONLINE > label/doom-4 ONLINE > label/doom-5 ONLINE > > I'd guess a stripe of mirrors would work fine too. If I get a chance I'll > test that combo. > A stripe of three-way mirrors works: FreeBSD/i386 boot Default: mithril:/boot/zfsloader boot: status pool: mithril config: NAME STATE mithril ONLINE mirror ONLINE label/mithril-0 ONLINE label/mithril-1 ONLINE label/mithril-2 ONLINE mirror ONLINE label/mithril-3 ONLINE label/mithril-4 ONLINE label/mithril-5 ONLINE Matt