holeydood3
Cadet
- Joined
- Dec 24, 2018
- Messages
- 3
I had an uneventful migration from the latest version of CORE to SCALE 23.10.0.1 using the CORE UI manual update route, but the one issue I'm running into with the UI not recognizing/displaying the pool disks correctly. I've tried exporting and re-importing the pool via the UI, but the same issue persists.
All shares and rebuilt apps can use the pool datasets just fine, so I think my issue is limited to some kind of configuration in the UI.
Here's what I see in the UI:
Storage > Citadel (my pool) > Manage Devices
Additionally under
Thanks in advance for any thoughts on the topic, I'm probably doing something dumb, but hopefully simple to fix.
zpool status -v
shows everything the way I would expect it to look, but the UI seems to be looking for disk serial numbers rather than their newly assigned names in SCALE. All shares and rebuilt apps can use the pool datasets just fine, so I think my issue is limited to some kind of configuration in the UI.
Code:
root@freenas[~]# zpool status -v pool: Citadel 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 05:00:16 with 0 errors on Sun Nov 5 04:00:16 2023 config: NAME STATE READ WRITE CKSUM Citadel ONLINE 0 0 0 raidz2-0 ONLINE 0 0 0 sdc2 ONLINE 0 0 0 sdh2 ONLINE 0 0 0 sda2 ONLINE 0 0 0 sdf2 ONLINE 0 0 0 sdd2 ONLINE 0 0 0 sde2 ONLINE 0 0 0 errors: No known data errors pool: freenas-boot 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 01:40:50 with 0 errors on Fri Nov 17 05:25:50 2023 config: NAME STATE READ WRITE CKSUM freenas-boot ONLINE 0 0 0 mirror-0 ONLINE 0 0 0 sdb2 ONLINE 0 0 0 sdg2 ONLINE 0 0 0 errors: No known data errors
Here's what I see in the UI:
Storage > Citadel (my pool) > Manage Devices
Code:
Data VDEVs RAIDZ2 - online - no errors 14368839540223023382 - online - no errors Details > Disk Info: Disk is unavailable 9769702306787169184 - online - no errors Details > Disk info: Disk is unavailable ... ... ... ...
Additionally under
Storage > Disks
, four of the six pool disks show "N/A" for the pool they're associated with.Thanks in advance for any thoughts on the topic, I'm probably doing something dumb, but hopefully simple to fix.