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)
Thanks.
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.