From owner-freebsd-fs@FreeBSD.ORG Wed Dec 24 15:28:52 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.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 74BA317C; Wed, 24 Dec 2014 15:28:52 +0000 (UTC) Received: from mail.ijs.si (mail.ijs.si [IPv6:2001:1470:ff80::25]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 28A2564401; Wed, 24 Dec 2014 15:28:52 +0000 (UTC) Received: from amavis-proxy-ori.ijs.si (localhost [IPv6:::1]) by mail.ijs.si (Postfix) with ESMTP id 3k6yxX6SCjzGp; Wed, 24 Dec 2014 16:28:48 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ijs.si; h= user-agent:message-id:organization:subject:subject:from:from :date:date:content-transfer-encoding:content-type:content-type :mime-version:received:received:received:received; s=jakla4; t= 1419434926; x=1422026927; bh=AdSxaW0Jx29GDq+moR3L+2VCK9OwudIHpaV jiDvsXdU=; b=GalfMDWgY3L+6gyjBQPc+vODdnQSBjKPo2SVJ/lYxAbCL6+8NTf BBL5wrRQDMVlyTAc1w8JQ6yNglrBT9pwPULm0Md/d48azMObv+YDAuRHqolx4vsz Mn3Tustvg3dWXof02VuDUcgwwmUYL/TFCbqpc6CtVYbYifXcuhU+0ZEY= X-Virus-Scanned: amavisd-new at ijs.si Received: from mail.ijs.si ([IPv6:::1]) by amavis-proxy-ori.ijs.si (mail.ijs.si [IPv6:::1]) (amavisd-new, port 10012) with ESMTP id kGI-yGiaAkcO; Wed, 24 Dec 2014 16:28:46 +0100 (CET) Received: from mildred.ijs.si (mailbox.ijs.si [IPv6:2001:1470:ff80::143:1]) by mail.ijs.si (Postfix) with ESMTP; Wed, 24 Dec 2014 16:28:46 +0100 (CET) Received: from neli.ijs.si (neli.ijs.si [IPv6:2001:1470:ff80:88:21c:c0ff:feb1:8c91]) by mildred.ijs.si (Postfix) with ESMTP id 3k6yxV1FWtznq; Wed, 24 Dec 2014 16:28:46 +0100 (CET) Received: from neli.ijs.si ([2001:1470:ff80:88:21c:c0ff:feb1:8c91]) by neli.ijs.si with HTTP (HTTP/1.1 POST); Wed, 24 Dec 2014 16:28:46 +0100 MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Wed, 24 Dec 2014 16:28:46 +0100 From: Mark Martinec To: stable@FreeBSD.org, freebsd-fs@freebsd.org Subject: zpool upgrade - Assertion failed: ... =?UTF-8?Q?libzfs/common/lib?= =?UTF-8?Q?zfs=5Fconfig=2Ec=2C=20line=20=32=35=30?= Organization: J. Stefan Institute Message-ID: X-Sender: Mark.Martinec+freebsd@ijs.si User-Agent: Roundcube Webmail/1.0.3 X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Dec 2014 15:28:52 -0000 Upgraded a fairly recent 10-STABLE to yesterday's version on two hosts (amd64). Upgrade went fine, things work, but checking for ZFS pool upgrades on one host fails, while the other is fine: # zpool upgrade This system supports ZFS pool feature flags. All pools are formatted using feature flags. Some supported features are not enabled on the following pools. Once a feature is enabled the pool may become incompatible with software that does not support the feature. See zpool-features(7) for details. POOL FEATURE --------------- big large_blocks Assertion failed: (nvlist_lookup_nvlist(config, "feature_stats", &features) == 0), file /usr/src/cddl/lib/libzfs/../../../cddl/contrib/opensolaris/lib/libzfs/common/libzfs_config.c, line 250. Abort trap Mark