Re: zpool upgrade can't enable new features

2021-02-26 Thread O. Hartmann
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256

Am Thu, 25 Feb 2021 18:28:06 +0100
Martin Matuska  schrieb:

> 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
> >  
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

I have the same problem here.
When will the patch land in FreeBSD?

Kind regards,

oh

- -- 
O. Hartmann

Ich widerspreche der Nutzung oder Übermittlung meiner Daten für
Werbezwecke oder für die Markt- oder Meinungsforschung (§ 28 Abs. 4 BDSG).
-BEGIN PGP SIGNATURE-

iHUEARYIAB0WIQSy8IBxAPDkqVBaTJ44N1ZZPba5RwUCYDklHQAKCRA4N1ZZPba5
R5UoAP9v+H0dcC0dGGOA8DFPuYnsggdI4tG+fGOPPd9ptnsnVgD9EK1P31n2lwUp
gP6BBr8nNoCe0DJFP53IdMfM/EmeLQg=
=krxL
-END PGP SIGNATURE-
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: zpool upgrade can't enable new features

2021-02-25 Thread Martin Matuska

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


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: zpool upgrade can't enable new features

2021-02-25 Thread Martin Matuska

Looks like Ryan didn't think it all the way through in:
https://github.com/openzfs/zfs/commit/35ec51796f0aa8d4fe322b48e7d1d5a65e38a4ce

I am preparing a patch for OpenZFS.

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


___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: zpool upgrade can't enable new features

2021-02-25 Thread John Kennedy
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

___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


zpool upgrade can't enable new features

2021-02-25 Thread Renato Botelho
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.
config:

NAMESTATE READ WRITE CKSUM
zroot   ONLINE   0 0 0
  raidz2-0  ONLINE   0 0 0
da0p4   ONLINE   0 0 0
da1p4   ONLINE   0 0 0
da2p4   ONLINE   0 0 0
da3p4   ONLINE   0 0 0

errors: No known data errors

Then I ran zpool upgrade zroot and got:

This system supports ZFS pool feature flags.

Pool 'zroot' already has all supported and requested features enabled.

After that zpool status output stays the same what made me believe 
something is not right here.

--
Renato Botelho
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"