From owner-freebsd-current@FreeBSD.ORG Wed May 27 16:49:41 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A62E010656E1 for ; Wed, 27 May 2009 16:49:41 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from ch-smtp01.sth.basefarm.net (ch-smtp01.sth.basefarm.net [80.76.149.212]) by mx1.freebsd.org (Postfix) with ESMTP id D37D48FC13 for ; Wed, 27 May 2009 16:49:40 +0000 (UTC) (envelope-from serenity@exscape.org) Received: from c83-253-252-234.bredband.comhem.se ([83.253.252.234]:53217 helo=mx.exscape.org) by ch-smtp01.sth.basefarm.net with esmtp (Exim 4.69) (envelope-from ) id 1M9MJe-0001b0-3N; Wed, 27 May 2009 18:49:24 +0200 Received: from [192.168.1.5] (macbookpro [192.168.1.5]) (using TLSv1 with cipher AES128-SHA (128/128 bits)) (No client certificate requested) by mx.exscape.org (Postfix) with ESMTPSA id 0AF4DE88B2; Wed, 27 May 2009 18:49:18 +0200 (CEST) Message-Id: <6303813E-E4B7-4363-9CFA-18711210C19A@exscape.org> From: Thomas Backman To: Paul Wootton In-Reply-To: <4A1D5E7B.4030605@fletchermoorland.co.uk> Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Apple Message framework v935.3) Date: Wed, 27 May 2009 18:49:18 +0200 References: <4A1D5E7B.4030605@fletchermoorland.co.uk> X-Mailer: Apple Mail (2.935.3) X-Originating-IP: 83.253.252.234 X-Scan-Result: No virus found in message 1M9MJe-0001b0-3N. X-Scan-Signature: ch-smtp01.sth.basefarm.net 1M9MJe-0001b0-3N cd4c7cd76e598f1a9fe3dbfecb3d5ed9 Cc: FreeBSD Current Subject: Re: Booting from ZFS RaidZ 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: Wed, 27 May 2009 16:49:44 -0000 On May 27, 2009, at 05:38 PM, Paul Wootton wrote: > Hi, > > With the recent changes allowing RaidZ boot, I thought I would > finally drop my mirror pack and go RaidZ. > > The only problem I now have is > demophon# zpool set bootfs=DemoPool/root DemoPool > cannot set property for 'DemoPool': operation not supported on this > type of pool > > Is this still a work in progress, or do I have something a-miss? > > I am using current as of today > "demophon# uname -a > FreeBSD demophon 8.0-CURRENT FreeBSD 8.0-CURRENT #17: Wed May 27 > 13:18:06 BST 2009 paul@demophon:/usr/obj/usr/src/sys/DEMOPHON > amd64" > > Cheers > Paul Not that I have a clue here or anything ;), but is the zpool version 13? (zpool upgrade -v) Regards, Thomas