Upgrade 22.02.3 Pool ZRaid-01 state is OFFLINE

xtreamdev

Cadet
Joined
Jan 28, 2019
Messages
6
Upgrade TrueNAS-SCALE-22.02.3 and now my pool is offline with the logs below.

WARNING
New ZFS version or feature flags are available for pool ZRaid-01. 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.
2022-08-13 19:36:38 (America/Los_Angeles)


WARNING
New ZFS version or feature flags are available for pool ZRaid-01. 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.
2022-08-13 19:36:38 (America/Los_Angeles)


root@FC-TN-01[~]# zpool status -v
pool: boot-pool
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:01:53 with 0 errors on Sun Aug 7 03:46:54 2022
config:

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

errors: No known data errors
 

NugentS

MVP
Joined
Apr 16, 2020
Messages
2,947
Your pool seems to be a single disk which is online - perhpas you might like to post your hardware spec as per forum rules
Ignore the zpool upgrade bit - its irrelevent.
 

xtreamdev

Cadet
Joined
Jan 28, 2019
Messages
6
Your pool seems to be a single disk which is online - perhpas you might like to post your hardware spec as per forum rules
Ignore the zpool upgrade bit - its irrelevent.
I rebooted the unit and the pool came back online.

root@FC-TN-01[~]# zpool status -v
pool: ZRaid-01
state: ONLINE
config:

NAME STATE READ WRITE CKSUM
ZRaid-01 ONLINE 0 0 0
raidz1-0 ONLINE 0 0 0
c64e07c6-db5f-4dc4-9ea8-89b3121ef3a0 ONLINE 0 0 0
d188d399-b787-4468-80d2-56a426b4a99a ONLINE 0 0 0
e86a0200-abc8-4ffa-bfbd-8f0bebc5b620 ONLINE 0 0 0
9303be70-f7ab-4128-9c30-c4f007ae0b8d ONLINE 0 0 0
raidz1-1 ONLINE 0 0 0
2fd74ca5-df94-4d77-bfa2-a646fda5115f ONLINE 0 0 0
7ec33b46-c114-4d4b-832d-3987706f5103 ONLINE 0 0 0
f20427a0-b59e-4c11-bd01-1ee4f47af8ac ONLINE 0 0 0
93805975-caab-4471-b51c-ebd42bed31a4 ONLINE 0 0 0

errors: No known data errors

pool: boot-pool
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:01:53 with 0 errors on Sun Aug 7 03:46:54 2022
config:

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

errors: No known data errors
root@FC-TN-01[~]#
 

danb35

Hall of Famer
Joined
Aug 16, 2011
Messages
15,504

JHBoricua

Cadet
Joined
Aug 17, 2014
Messages
4
Saw this thread and wanted to report the same thing. My pools failed to come online after the 22.02.3 update was applied and the system rebooted. I had to perform a manual reboot for them to show up.
 

malco_2001

Dabbler
Joined
Sep 10, 2013
Messages
20
For those having issue of pool import you could also try running this from terminal if a reboot does fix for some reason:

midclt call pool.import_on_boot
 
Top