Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 2021 08:20:03 -0800
From:      John Kennedy <warlock@phouka.net>
To:        Renato Botelho <garga@freebsd.org>
Cc:        freebsd-current@freebsd.org, Martin Matuska <mm@freebsd.org>
Subject:   Re: zpool upgrade can't enable new features
Message-ID:  <YDfOM%2BoViixqOc6d@phouka1.phouka.net>
In-Reply-To: <d2bfd8a5-5f97-0905-8abc-6a33f2a0dd79@FreeBSD.org>
References:  <d2bfd8a5-5f97-0905-8abc-6a33f2a0dd79@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?YDfOM%2BoViixqOc6d>