From owner-freebsd-current@freebsd.org Thu Feb 25 17:28:09 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 665D556A5DF for ; Thu, 25 Feb 2021 17:28:09 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (mail.vx.sk [IPv6:2a01:4f8:191:9029::4]) by mx1.freebsd.org (Postfix) with ESMTP id 4DmfrT1wwKz53SL; Thu, 25 Feb 2021 17:28:08 +0000 (UTC) (envelope-from mm@FreeBSD.org) Received: from mail.vx.sk (localhost [127.0.0.1]) by mail.vx.sk (Postfix) with ESMTP id 5CEE31DBFDC; Thu, 25 Feb 2021 18:28:07 +0100 (CET) X-Virus-Scanned: amavisd-new at mail.vx.sk Received: from mail.vx.sk by mail.vx.sk (amavisd-new, unix socket) with LMTP id Wgpw4-zgXuf0; Thu, 25 Feb 2021 18:28:07 +0100 (CET) Received: from [10.9.8.122] (188-167-101-78.dynamic.chello.sk [188.167.101.78]) by mail.vx.sk (Postfix) with ESMTPSA id 1D71F1DBFDB; Thu, 25 Feb 2021 18:28:07 +0100 (CET) Subject: Re: zpool upgrade can't enable new features To: John Kennedy , Renato Botelho Cc: freebsd-current@freebsd.org, Ryan Moeller References: From: Martin Matuska Message-ID: <86527741-6771-f878-2071-3df092891b12@FreeBSD.org> Date: Thu, 25 Feb 2021 18:28:06 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:78.0) Gecko/20100101 Thunderbird/78.7.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Content-Language: en-US X-Rspamd-Queue-Id: 4DmfrT1wwKz53SL X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] 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: Thu, 25 Feb 2021 17:28:09 -0000 I have submitted a pull request to fix this in OpenZFS: https://github.com/openzfs/zfs/pull/11653 On 25. 2. 2021 17:20, John Kennedy wrote: > On Thu, Feb 25, 2021 at 11:09:17AM -0300, Renato Botelho wrote: >> I recently upgraded a CURRENT system to main-n244932-248a47a4c2f and >> zpool status shows: >> >> pool: zroot >> 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. > I noticed that the other day with main-n245037-6e822e99570f. > > pool: zroot > 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 00:01:10 with 0 errors on Mon Feb 1 18:34:43 2021 > config: > > NAME STATE READ WRITE CKSUM > zroot ONLINE 0 0 0 > vtbd0p3.eli ONLINE 0 0 0 > > I didn't see anything at all that seemed missing. > > zpool get all zroot | grep feature | sed -E 's/^([^ ]+)[ ]+([^ ]+)[ ]+([^ ]+)[ ]+([^ ]+).*$/\1 \3 \4/' | sort | uniq -c > 12 zroot active local > 21 zroot enabled local >