Hi,
well, I messed something up and after I upgraded to SCALE one of my pools got somehow corrupted and I cannot bring it back online.
I had 2 pools, TrueNAS and temp-share.
temp-share is online, 1 disk, no mirror.
TrueNAS is offliine, 2 disks, mirrored.
Storage tab shows TrueNAS pool as offline with no disks attached to it. There are 2 unassigned disks.
root@truenas[~]# zpool status
pool: boot-pool
state: ONLINE
status: One or more features are enabled on the pool despite not being
requested by the 'compatibility' property.
action: Consider setting 'compatibility' to an appropriate value, or
adding needed features to the relevant file in
/etc/zfs/compatibility.d or /usr/share/zfs/compatibility.d.
scan: scrub repaired 0B in 00:00:07 with 0 errors on Thu May 15 03:45:07 2025
config:
NAME STATE READ WRITE CKSUM
boot-pool ONLINE 0 0 0
ata-PLEXTOR_PX-128M5S_P02343118241-part2 ONLINE 0 0 0
errors: No known data errors
pool: temp-share
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:48:32 with 0 errors on Sun May 11 01:48:32 2025
config:
NAME STATE READ WRITE CKSUM
temp-share ONLINE 0 0 0
sdd2 ONLINE 0 0 0
errors: No known data errors
root@truenas[~]# lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS
sda 8:0 0 3.6T 0 disk
├─sda1 8:1 0 2G 0 part
└─sda2 8:2 0 3.6T 0 part
sdb 8:16 0 3.6T 0 disk
├─sdb1 8:17 0 2G 0 part
└─sdb2 8:18 0 3.6T 0 part
sdc 8:32 0 119.2G 0 disk
├─sdc1 8:33 0 260M 0 part
├─sdc2 8:34 0 103G 0 part
└─sdc3 8:35 0 16G 0 part
└─sdc3 253:0 0 16G 0 crypt
sdd 8:48 0 1.8T 0 disk
├─sdd1 8:49 0 2G 0 part
└─sdd2 8:50 0 1.8T 0 part
root@truenas[~]#
Both 3.6G disks are from the pool that is missing. None of them are showing any labels.
root@truenas[~]# zdb -l /dev/sda
failed to unpack label 0
failed to unpack label 1
failed to unpack label 2
failed to unpack label 3
root@truenas[~]# zdb -l /dev/sda1
failed to unpack label 0
failed to unpack label 1
failed to unpack label 2
failed to unpack label 3
root@truenas[~]# zdb -l /dev/sda2
failed to unpack label 0
failed to unpack label 1
failed to unpack label 2
failed to unpack label 3
root@truenas[~]# zdb -l /dev/sdb
failed to unpack label 0
failed to unpack label 1
failed to unpack label 2
failed to unpack label 3
root@truenas[~]# zdb -l /dev/sdb1
failed to unpack label 0
failed to unpack label 1
failed to unpack label 2
failed to unpack label 3
root@truenas[~]# zdb -l /dev/sdb2
failed to unpack label 0
failed to unpack label 1
failed to unpack label 2
failed to unpack label 3
root@truenas[~]# zpool status TrueNAS
cannot open 'TrueNAS': no such pool
zpool status shows that there’s no such pool, but it’s still showing on the GUI Storage tab.
What can I even do in this situation?