zpool action required - zpool upgrade

spearox

Renowned Member
Jun 6, 2013
97
2
73
Hello,

I recently upgraded to Proxmox 7 and checked the zpool status. Some action required.
Its safe to use zpool upgrade? If i remember correctly i started by Proxmox 5 and i got this message after upgraded to Proxmox 6. (but i ignored)

Bash:
root@node1:~# zpool status
  pool: rpool
 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(7) for details.
  scan: scrub repaired 0B in 00:13:00 with 0 errors on Sun May 14 00:37:01 2023
config:

        NAME                                 STATE     READ WRITE CKSUM
        rpool                                ONLINE       0     0     0
          mirror-0                           ONLINE       0     0     0
            nvme-eui.0025388511c5c4aa-part3  ONLINE       0     0     0
            nvme-eui.0025388511c55a73-part3  ONLINE       0     0     0

errors: No known data errors

  pool: rpool2
 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(7) for details.
  scan: scrub repaired 0B in 21:05:12 with 0 errors on Sun May 14 21:32:17 2023
config:

        NAME                                      STATE     READ WRITE CKSUM
        rpool2                                    ONLINE       0     0     0
          mirror-0                                ONLINE       0     0     0
            ata-TOSHIBA_MG04ACA400N_Z6J6Y06DFVLC  ONLINE       0     0     0
            ata-TOSHIBA_MG04ACA400N_66K6Y00RFVLC  ONLINE       0     0     0

errors: No known data errors
root@node1:~#

Thanks.
 
  • Like
Reactions: spearox
I'll use the proxmox-boot-tool way to boot.
If this is already the case (if you're unsure post the output of `proxmox-boot-tool status`) then upgrading the zpools should not cause any issues.

As always when touching disk- and boot-related configuration - make sure you have a working backup of all your data!
 
  • Like
Reactions: spearox
I think it is but to be in safe side i'll post the output.
Bash:
root@node1:~# proxmox-boot-tool status
Re-executing '/usr/sbin/proxmox-boot-tool' in new private mount namespace..
System currently booted with uefi
A4D4-B456 is configured with: uefi (versions: 5.15.107-2-pve, 5.4.203-1-pve)
D53A-0221 is configured with: uefi (versions: 5.15.107-2-pve, 5.4.203-1-pve)
root@node1:~#
 
Looks like the system indeed uses proxmox-boot-tool - I assume that you see a black-screen with the kernel-versions for booting (systemd-boot)

However - as always - make sure you have a working and tested backup of your data before changing your root-pool
 
  • Like
Reactions: spearox