From owner-freebsd-questions@FreeBSD.ORG Sun Aug 22 16:52:06 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC9431065695 for ; Sun, 22 Aug 2010 16:52:06 +0000 (UTC) (envelope-from jrisom@gmail.com) Received: from mail-iw0-f182.google.com (mail-iw0-f182.google.com [209.85.214.182]) by mx1.freebsd.org (Postfix) with ESMTP id B2BDD8FC08 for ; Sun, 22 Aug 2010 16:52:06 +0000 (UTC) Received: by iwn36 with SMTP id 36so5609522iwn.13 for ; Sun, 22 Aug 2010 09:52:06 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:content-type :content-transfer-encoding; bh=7LxmrR57ecDZrC55LB0WwfmNxetKs7ZzsGfP4jotGME=; b=wohATKsylt9+lVs9AmfJnmBnplhgW2kKKiGL+juoiaMN6OSOnsK6+enUGFm94at0Pl 1YW1WdV9+jDqOFl3rYwWpCN5dzgrC8UNHfj2JGdb+hznl9mMka2xJ5UCDxHJfj99qYCe N40WolFC2kNO1fjLFM6bnxLZZiDBEjuAh9vZQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=cJy4wqm2gjnmbSI0Ljxo4xv35jkgkV1HqpV0COmkBzC6jP/k1i4TsKMM14aX+DLvGa ulX5jwqHuYIbwBVHQrIUetb9VljdyqCe/QtBLZ+2nbkBPmA+05Ls7ersuyu+JSI5wkgT iYc4dGNUzu7++snd/ceNgCeOWoCdE1t27vBWg= Received: by 10.231.167.196 with SMTP id r4mr5305883iby.29.1282495925933; Sun, 22 Aug 2010 09:52:05 -0700 (PDT) Received: from [192.168.1.3] (c-24-14-170-47.hsd1.il.comcast.net [24.14.170.47]) by mx.google.com with ESMTPS id j2sm5141337iba.18.2010.08.22.09.52.04 (version=SSLv3 cipher=RC4-MD5); Sun, 22 Aug 2010 09:52:05 -0700 (PDT) Message-ID: <4C7155B4.9070309@gmail.com> Date: Sun, 22 Aug 2010 11:52:04 -0500 From: Joshua Isom User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.2.8) Gecko/20100802 Thunderbird/3.1.2 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: zpool bootfs property X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Aug 2010 16:52:07 -0000 I was just able to change my zfs boot pool to raid0 by resetting the bootfs property, adding the slice, and setting it back. I was able to find a webpage talking about importing FreeBSD zfs pools into opensolaris and having problems with disk management because of the bootfs property. With the property set, `zpool add ...` prints out "root pool can not have multiple vdevs or separate logs" which confused me because of FreeBSD supporting booting from raidz drives. So now I wonder, is the bootfs property needed in FreeBSD? If it needs set for at least booting, then will having it set cause headaches when working with a raidz pool and a failed drive? And should the wiki be updated?