From owner-freebsd-fs@FreeBSD.ORG Fri Jun 6 16:35:13 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 0218779D for ; Fri, 6 Jun 2014 16:35:13 +0000 (UTC) Received: from lwfs1-cam.cam.lispworks.com (mail.lispworks.com [46.17.166.21]) by mx1.freebsd.org (Postfix) with ESMTP id 7A37F2575 for ; Fri, 6 Jun 2014 16:35:11 +0000 (UTC) Received: from higson.cam.lispworks.com (higson.cam.lispworks.com [192.168.1.7]) by lwfs1-cam.cam.lispworks.com (8.14.5/8.14.5) with ESMTP id s56GOOu5098812; Fri, 6 Jun 2014 17:24:24 +0100 (BST) (envelope-from martin@lispworks.com) Received: from higson.cam.lispworks.com (localhost.localdomain [127.0.0.1]) by higson.cam.lispworks.com (8.14.4) id s56GOOSc015825; Fri, 6 Jun 2014 17:24:24 +0100 Received: (from martin@localhost) by higson.cam.lispworks.com (8.14.4/8.14.4/Submit) id s56GOOx7015821; Fri, 6 Jun 2014 17:24:24 +0100 Date: Fri, 6 Jun 2014 17:24:24 +0100 Message-Id: <201406061624.s56GOOx7015821@higson.cam.lispworks.com> From: Martin Simmons To: freebsd-fs@freebsd.org Subject: Is ZFS Multi-vdev root pool configuration discovery supported? X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 06 Jun 2014 16:35:13 -0000 Hi, Does anyone know if FreeBSD 9.2 (or indeed head) supports "Root On ZFS" with a multi-vdev pool (e.g. 4 disks configured as two mirrored pairs)? Looking at the source, sys/cddl/contrib/opensolaris/uts/common/fs/zfs/spa.c contains the comment: /* * Multi-vdev root pool configuration discovery is not supported yet. */ but the code below it from r243502 suggests that this is no longer true. __Martin