From owner-freebsd-current@FreeBSD.ORG Tue Sep 18 19:33:58 2012 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DCF29106564A for ; Tue, 18 Sep 2012 19:33:58 +0000 (UTC) (envelope-from levitch@iglou.com) Received: from rdsmtp.iglou.com (rdsmtp.iglou.com [192.107.41.63]) by mx1.freebsd.org (Postfix) with ESMTP id 985E58FC12 for ; Tue, 18 Sep 2012 19:33:58 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=iglou.com; s=alpha; h=Content-Type:MIME-Version:References:Message-ID:In-Reply-To:Subject:To:From:Date; bh=+euRtx1x2iEvE+Bvy8a1Ez5s3bbF8YAngLVi41vcgws=; b=RQTySX99tdwg4CLiyc9f6GcbZvphQPt1W0ztcDM4T6AbsxqkE/CWpV+H2QNWl+Rm7ZcrHgfHscoFFbj104SDNwilOMNaXokPLGYjF/7IQK5ZLbEYx3eQk9RFJQeItwwjOfFWssDXLYuaGUoifjG7vgG0cXIEFOTnlcA7RYJxBPI=; Received: from iglou4.iglou.com ([192.107.41.39]:39598 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TE3YT-0007T9-E5 by authid with igloumta_auth for freebsd-current@freebsd.org; Tue, 18 Sep 2012 15:33:57 -0400 Received: from shell1.iglou.com ([192.107.41.17]:59006 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TE3YT-0004vk-26 for freebsd-current@freebsd.org; Tue, 18 Sep 2012 15:33:57 -0400 Date: Tue, 18 Sep 2012 15:33:56 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: freebsd-current@freebsd.org In-Reply-To: <20120918205617.02ee281e@fabiankeil.de> Message-ID: References: <20120918205617.02ee281e@fabiankeil.de> User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b X-Mailman-Approved-At: Tue, 18 Sep 2012 20:56:09 +0000 Subject: Re: manual page | zpool-features 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: Tue, 18 Sep 2012 19:33:59 -0000 On Tue, 18 Sep 2012, Fabian Keil wrote: > Darrel wrote: > >> OpenBSD Packet Filter seems to have broken between 9.0 and 9.1, as it did >> from 8.2 to 9.0. I built stable/9 and it was not fixed. Since I like to >> run Packet Filter, I ran these commands: >> >> # cd /usr >> # svn co svn://svn.freebsd.org/base/head src >> >> Then I checked /usr/src/UPDATING and found this: >> >> 20120828: >> A new ZFS feature flag "com.delphix:empty_bpobj" has been merged >> to -HEAD. Pools that have empty_bpobj in active state can not be >> imported read-write with ZFS implementations that do not support >> this feature. For more information read the zpool-features(5) >> manual page. >> >> Unfortunately, I do not have a manual page for zpool-features. > > It should be part of the checkout. Try: > > man /usr/src/cddl/contrib/opensolaris/cmd/zpool/zpool-features.5 > found it. :) >> Does this mean that I can not update from 9 to 10? > > No. > Appears as simple as running the update and 'zpool upgrade -v'. So, I will proceed. Darrel