From owner-freebsd-current@FreeBSD.ORG Tue Sep 18 15:25:22 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 406FD106566C for ; Tue, 18 Sep 2012 15:25:22 +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 F12608FC12 for ; Tue, 18 Sep 2012 15:25:21 +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:Message-ID:Subject:To:From:Date; bh=epOfwF4hCKgi/TIYwp3bA7WYMxz/yQgXcrSBSoyB408=; b=U4xMxih3d/z8HJ9GrquSPjkAU8Jd5LepE0Z+uJkpb4cO7oB8pirEna07pNEOtYIoYsCk+HG26dWqm+bvma4O6ljhxm2BuJaNSvUEC2V3B9jQkUGZY4/GgpoWCNVXlS2d+qv2s2QkrFchdnVvdZZHx0u0MM4bPZSkKRkVQRZuca0=; Received: from iglou4.iglou.com ([192.107.41.39]:33707 helo=mail.iglou.com) by rdsmtp.iglou.com with esmtpa (Exim MTA/8.19.3) (envelope-from ) id 1TDzF6-00003H-F6 by authid with igloumta_auth for freebsd-current@freebsd.org; Tue, 18 Sep 2012 10:57:40 -0400 Received: from shell1.iglou.com ([192.107.41.17]:53352 helo=shell1) by mail.iglou.com with esmtps (TLS cipher TLSv1:AES256-SHA:256) (Exim MTA/8.19.3) (envelope-from ) id 1TDzF6-0007MR-3U for freebsd-current@freebsd.org; Tue, 18 Sep 2012 10:57:40 -0400 Date: Tue, 18 Sep 2012 10:57:39 -0400 (EDT) From: Darrel X-X-Sender: levitch@shell1 To: freebsd-current@freebsd.org Message-ID: User-Agent: Alpine 2.00 (GSO 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII X-Originating-IP: 192.107.41.17 X-IgLou-Customer: 3cb6f76205bd20f518810676a67a982b X-Mailman-Approved-At: Tue, 18 Sep 2012 15:36:03 +0000 Subject: 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 15:25:22 -0000 Hello, 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. Does this mean that I can not update from 9 to 10? This amd64 has zfs root. Darrel