SOLVED Warnings 'ZFS upgrade' and 'Root password disabled' don't disappear

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
Hi I have updated my systems to 22.12 and on some systems the following warnings won't disappear.

WARNUNG

New ZFS version or feature flags are available for pool 'tank'. Upgrading pools is a one-time process that can prevent rolling the system back to an earlier TrueNAS version. It is recommended to read the TrueNAS release notes and confirm you need the new ZFS feature flags before upgrading a pool.

I have already upgraded the ZFS version.

WARNUNG

Root user has their password disabled, but as there are no other users granted with a privilege of Local Administrator, they can still log in to the Web UI. Please create a separate user for the administrative purposes in order to forbid root from logging in to the Web UI.

The Root user has password.
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
Create a new user to login into UI, see post.
Thanks for that, is new for me and wrong search at the forum.

Code:
sudo zpool status
[sudo] password for admin:
  pool: boot-pool
 state: ONLINE
  scan: scrub repaired 0B in 00:00:48 with 0 errors on Mon Dec 12 23:42:00 2022
config:

        NAME        STATE     READ WRITE CKSUM
        boot-pool   ONLINE       0     0     0
          sdf2      ONLINE       0     0     0

errors: No known data errors

  pool: tank
 state: ONLINE
  scan: scrub repaired 0B in 01:40:09 with 0 errors on Sun Nov 20 01:40:10 2022
config:

        NAME                                      STATE     READ WRITE CKSUM
        tank                                      ONLINE       0     0     0
          raidz2-0                                ONLINE       0     0     0
            7e671f17-935a-11eb-8ddf-0cc47a7ae033  ONLINE       0     0     0
            7e3ed086-935a-11eb-8ddf-0cc47a7ae033  ONLINE       0     0     0
            7e75eab0-935a-11eb-8ddf-0cc47a7ae033  ONLINE       0     0     0
            7e85861f-935a-11eb-8ddf-0cc47a7ae033  ONLINE       0     0     0
            7e8ca13c-935a-11eb-8ddf-0cc47a7ae033  ONLINE       0     0     0

errors: No known data errors


zpool upgrade boot-pool already down as you can see no info about available upgrades
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
That was the only pool it required upgrade for me, you’re correct, you should see a warning when you run zpool status. I don’t see any pool warnings in my UI, do you still see them?
Yes the info is still there
 

Attachments

  • Screenshot 2022-12-19 063103.jpg
    Screenshot 2022-12-19 063103.jpg
    23.7 KB · Views: 80

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
If you ran already zpool upgrade tank, reboot the server. The error should be gone from UI. If you did not ran the upgrade, please do.
Code:
 ⚡ root@TrueNAS01  ~  zpool upgrade tank
This system supports ZFS pool feature flags.

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


And after reboot warning still there.
 
Joined
Jan 27, 2020
Messages
577
Upgrading the zfs features of the boot-pool is discouraged, because it prevents you from rolling back in case of incompatibilities.
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
Upgrading the zfs features of the boot-pool is discouraged, because it prevents you from rolling back in case of incompatibilities.
Thanks for this info, this is very good to know.
 

Daisuke

Contributor
Joined
Jun 23, 2011
Messages
1,041
Upgrading the zfs features of the boot-pool is discouraged, because it prevents you from rolling back in case of incompatibilities.
The rollback you mention has nothing to do with boot-pool, you cannot rollback after a zpool upgrade, period. Once you upgrade to a new zpool version, is expected to upgrade your pools also.
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26

Jailer

Not strong, but bad
Joined
Sep 12, 2014
Messages
4,977
The rollback you mention has nothing to do with boot-pool, you cannot rollback after a zpool upgrade, period. Once you upgrade to a new zpool version, is expected to upgrade your pools also.
That can be a very risky strategy and I wouldn't reccomend that action to other users. If you upgrade the feature flags on your storage pool and run into issues you can't roll back your installation to a previous boot environment. Upgrading the feature flags is a one way process.

Other forum members much smarter than me have suggested not upgrading the feature flags on the boot pool since they will never be used on the boot pool and it is unknown as to any sort of compatibility issues the system may encounter if you do.
 

itet

Dabbler
Joined
Aug 19, 2020
Messages
26
long time ago solved with TrueNAS update.
 
Top