From owner-freebsd-fs@FreeBSD.ORG Thu Dec 25 01:04:04 2014 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 5DB96CDB for ; Thu, 25 Dec 2014 01:04:04 +0000 (UTC) Received: from mail-wi0-f182.google.com (mail-wi0-f182.google.com [209.85.212.182]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E81F61F7B for ; Thu, 25 Dec 2014 01:04:03 +0000 (UTC) Received: by mail-wi0-f182.google.com with SMTP id h11so14641030wiw.3 for ; Wed, 24 Dec 2014 17:03:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; bh=xL35f6NIOfzJ+ml/+4ydG9mzw5MqbLhOoLAmyAnnpMw=; b=Fu5h937AKubJKfIw0kVxSDWvUKJAyJzsN2VvDbLYhlIcVbdAtIsvFMNm64haC1qtd6 uO7FwPMPD+2PV0bCoaCtrwZku77hA6OfLH3xUUbmVZL8nu3YeW27zecZt8dvZABHwfXN zQyiQLLoRXdzVYdSOMmKFlNqWmooybLFfdgGrJeh12smDEzAZHLpAQTM47HmIWDxxDBM oQMK4ShmCGMYef2LrLJCbvyIqoXZA8CMQRJH+L5lMrcZeviN2NQorG2v+PPJ8CUK2BGp 51JuNqchnY1bvDGZAGoyIsswhFCRGqxuuhRxPpVtDGNamQoESrWNj1COpwPI75V8isTF alGQ== X-Gm-Message-State: ALoCoQnVrELWLTqwhIr9TRHtDEZ3fCpouiE/oQ5br7MdT/3lwyvRlEYYV5GWkt1yCVOb5LbqNxzq X-Received: by 10.180.21.178 with SMTP id w18mr55087551wie.78.1419469435667; Wed, 24 Dec 2014 17:03:55 -0800 (PST) Received: from [10.10.1.68] (82-69-141-170.dsl.in-addr.zen.co.uk. [82.69.141.170]) by mx.google.com with ESMTPSA id gu5sm15483633wib.24.2014.12.24.17.03.54 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 24 Dec 2014 17:03:54 -0800 (PST) Message-ID: <549B626D.4010009@multiplay.co.uk> Date: Thu, 25 Dec 2014 01:03:41 +0000 From: Steven Hartland User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 MIME-Version: 1.0 To: freebsd-fs@freebsd.org Subject: Re: zpool upgrade - Assertion failed: ... libzfs/common/libzfs_config.c, line 250 References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit 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: Thu, 25 Dec 2014 01:04:04 -0000 This is likely a missing, offline or otherwise unavailable pool. If so its a long standing bug I've been trying to find some time to look at. Regards Steve On 24/12/2014 15:28, Mark Martinec wrote: > 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 > _______________________________________________ > freebsd-fs@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-fs > To unsubscribe, send any mail to "freebsd-fs-unsubscribe@freebsd.org"