From owner-freebsd-current@FreeBSD.ORG Sat Jun 6 03:53:15 2009 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 610D21065673 for ; Sat, 6 Jun 2009 03:53:15 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from mx.egr.msu.edu (surfnturf.egr.msu.edu [35.9.37.164]) by mx1.freebsd.org (Postfix) with ESMTP id 395AF8FC15 for ; Sat, 6 Jun 2009 03:53:15 +0000 (UTC) (envelope-from mcdouga9@egr.msu.edu) Received: from localhost (localhost [127.0.0.1]) by mx.egr.msu.edu (Postfix) with ESMTP id 8A77271F43D; Fri, 5 Jun 2009 23:53:14 -0400 (EDT) X-Virus-Scanned: amavisd-new at egr.msu.edu Received: from mx.egr.msu.edu ([127.0.0.1]) by localhost (surfnturf.egr.msu.edu [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id LrqBF1eT0xVk; Fri, 5 Jun 2009 23:53:14 -0400 (EDT) Received: from [35.9.33.66] (unknown [35.9.33.66]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: mcdouga9) by mx.egr.msu.edu (Postfix) with ESMTPSA id 0D4FC71F43C; Fri, 5 Jun 2009 23:53:13 -0400 (EDT) Message-ID: <4A29E825.3010100@egr.msu.edu> Date: Fri, 05 Jun 2009 23:53:09 -0400 From: Adam McDougall User-Agent: Thunderbird 2.0.0.21 (X11/20090406) MIME-Version: 1.0 To: current@freebsd.org, dfr@rabson.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Possible to boot using gptzfsboot and a 'raid 10' in ZFS? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Jun 2009 03:53:15 -0000 Should it be possible to boot from zpool consisting of a striped set of mirrors using gptzfsboot? Using a FreeBSD 7.2 post-v13 ZFS cd or the 200905 8.0 snapshot, neither let me set the bootfs zpool property to a pool that is a 8 disk mirror. If I manage to get zpool to let me set it, will gptzfsboot work with it anyway? Knowing that gptzfsboot can boot from a single disk, mirror, raidz, and raidz2, it didn't enter my mind that a raid10 might not work until I just tried it tonight. Thanks for input. Also thanks for the existing code!