From owner-freebsd-current@freebsd.org Fri Feb 26 23:25:27 2021 Return-Path: Delivered-To: freebsd-current@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id DFE3055283F for ; Fri, 26 Feb 2021 23:25:27 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DnQkH62y3z3KDV for ; Fri, 26 Feb 2021 23:25:27 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Received: from Ryans-MacBook-Pro.local (69-228-200-148.lightspeed.knvltn.sbcglobal.net [69.228.200.148]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: freqlabs/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AB32254F5 for ; Fri, 26 Feb 2021 23:25:27 +0000 (UTC) (envelope-from freqlabs@FreeBSD.org) Subject: Re: zfs: zpool status says I have unactivated features, but upgrade says I don't To: freebsd-current@freebsd.org References: From: Ryan Moeller Message-ID: Date: Fri, 26 Feb 2021 18:25:26 -0500 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.16; rv:78.0) Gecko/20100101 Thunderbird/78.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit Content-Language: en-US X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.34 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: Fri, 26 Feb 2021 23:25:27 -0000 On 2/26/21 5:14 PM, Rebecca Cran wrote: > I'm seeing a mismatch on 14-CURRENT between 'zpool status' saying I > have features that aren't enabled, and 'zpool upgrade' which says I > don't. > > [bcran@smic ~]$ zpool status >   pool: spool >  state: ONLINE > status: Some supported and requested features are not enabled on the > pool. >         The pool can still be used, but some features are unavailable. > action: Enable all features using 'zpool upgrade'. Once this is done, >         the pool may no longer be accessible by software that does not > support >         the features. See zpool-features(5) for details. >   scan: scrub repaired 0B in 01:20:51 with 0 errors on Thu Feb 11 > 16:48:07 2021 > config: > >         NAME        STATE     READ WRITE CKSUM >         spool       ONLINE       0     0     0 >           mirror-0  ONLINE       0     0     0 >             ada0p2  ONLINE       0     0     0 >             ada1p2  ONLINE       0     0     0 >             ada2p2  ONLINE       0     0     0 >             ada3p2  ONLINE       0     0     0 >           mirror-1  ONLINE       0     0     0 >             ada4p2  ONLINE       0     0     0 >             ada5p2  ONLINE       0     0     0 >             ada6p2  ONLINE       0     0     0 >             ada7p2  ONLINE       0     0     0 > > errors: No known data errors > > [bcran@smic ~]$ sudo zpool upgrade spool > This system supports ZFS pool feature flags. > > Pool 'spool' already has all supported and requested features enabled. Should be fixed now, see https://reviews.freebsd.org/D28935 -Ryan