Bluefin - Cobia upgrade spare drive missing from the pool

Beer Lover

Cadet
Joined
Oct 25, 2023
Messages
9
1 x RAIDZ1 | 4 wide | 7.28 TiB + 1 7.28 TiB as spare

upgraded from TrueNAS-22.12.4.2 -> TrueNAS-23.10.0
did a settings backup

Now the spare is missing ?
Messed the apps Data Vdev as well, but I am ok with wiping that one.

Booted back to Bluefin, and imported the settings back, and it is still missing
so these screenshots are from TrueNAS-22.12.4.2 (Bluefin)
BTW data is there, pool is working?

firefox_VjNCLXowow.png

firefox_QEArvQiHzq.png

firefox_OM2M77HXXG.png


Spare disk is /DEV/SDA

firefox_8BN8dpSIjx.png


but, from lsblk info it should be /DEV/SDD
Code:
LSBLK

NAME        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda           8:0    0   7.3T  0 disk
├─sda1        8:1    0     2G  0 part
│ └─md126     9:126  0     2G  0 raid1
│   └─md126 253:0    0     2G  0 crypt [SWAP]
└─sda2        8:2    0   7.3T  0 part
sdb           8:16   0   7.3T  0 disk
├─sdb1        8:17   0     2G  0 part
│ └─md126     9:126  0     2G  0 raid1
│   └─md126 253:0    0     2G  0 crypt [SWAP]
└─sdb2        8:18   0   7.3T  0 part
sdc           8:32   0   7.3T  0 disk
├─sdc1        8:33   0     2G  0 part
│ └─md127     9:127  0     2G  0 raid1
│   └─md127 253:1    0     2G  0 crypt [SWAP]
└─sdc2        8:34   0   7.3T  0 part
sdd           8:48   0   7.3T  0 disk
├─sdd1        8:49   0     2G  0 part
└─sdd2        8:50   0   7.3T  0 part
sde           8:64   0   7.3T  0 disk
├─sde1        8:65   0     2G  0 part
│ └─md127     9:127  0     2G  0 raid1
│   └─md127 253:1    0     2G  0 crypt [SWAP]
└─sde2        8:66   0   7.3T  0 part
 

asap2go

Patron
Joined
Jun 11, 2023
Messages
228
Had the same issues.
Needed to do
zpool list -v
to find the diskname and
zpool remove poolname diskname
to remove it.
Then it was available in the GUI again and could be readded.
 

probain

Patron
Joined
Feb 25, 2023
Messages
211
I had/having simliar. Although it is for the L2ARC.
Now, what kind of surprises me. Is that this didn't raise an alert. And I'm guessing that it was the same for you? Sure, the L2ARC isn't critical in the same sense. But having any issues with a spare, absolutely should raise an alert. A warning, at the absolute minimum!
 

asap2go

Patron
Joined
Jun 11, 2023
Messages
228
I had/having simliar. Although it is for the L2ARC.
Now, what kind of surprises me. Is that this didn't raise an alert. And I'm guessing that it was the same for you? Sure, the L2ARC isn't critical in the same sense. But having any issues with a spare, absolutely should raise an alert. A warning, at the absolute minimum!
I had one immediately after starting. But it disappeared somewhen after the second restart.
But I was busy screaming at the empty apps section so I don't remember exactly.
 

Beer Lover

Cadet
Joined
Oct 25, 2023
Messages
9
I had yellow triangles in the Storage Dashboard in Topology (only first boot)

Applications Data and zpool spare VDEV are "missing"

All shares and data are working perfectly.
But apps were in limbo - some started, some deploying, and some stopped
I could not do any of the functions , start, stop, delete...

Removed the Apps pool, and now I get the error "{apps dataset}/docker dataset missing"
 

Beer Lover

Cadet
Joined
Oct 25, 2023
Messages
9
Had the same issues.
Needed to do
zpool list -v
to find the diskname and
zpool remove poolname diskname
to remove it.
Then it was available in the GUI again and could be readded.
Well I do not know what to say now...
Code:
-bash: zpool: command not found
 

probain

Patron
Joined
Feb 25, 2023
Messages
211
Well I do not know what to say now...
Code:
-bash: zpool: command not found
needs to be run as either sudo, or root: e.g.
Code:
sudo zpool list -v
 

Beer Lover

Cadet
Joined
Oct 25, 2023
Messages
9
Of course it is working with sudo

:rolleyes: I could have sworn I did try it with sudo in another window, with the same result...


It should work, but I'll wait for the support ticket to go trough,
maybe I could help the dev team by running some more diagnostics
 

im.thatoneguy

Dabbler
Joined
Nov 4, 2022
Messages
37
My Reporting page doesn't show L2 Arc and Storage page also both show the cache drives as ? but if I run zpool status they're listed. So I assume it's just a GUI issue.
Code:
              capacity     operations     bandwidth 
pool        alloc   free   read  write   read  write
cache           -      -      -      -      -      -
  nvme1n1p1  3.48T  17.7G      3      1   510K   740K
  nvme0n1p1  3.48T  18.1G      3      1   506K   752K


They also look like they're full so that also supports the conclusion that it's just a web ui issue and nothing to do with your actual array.
 

Brandito

Explorer
Joined
May 6, 2023
Messages
72
Had the same issues.
Needed to do
zpool list -v
to find the diskname and
zpool remove poolname diskname
to remove it.
Then it was available in the GUI again and could be readded.
How did you readd it? I can no longer find an option to add hot spares to a pool in the GUI. I had a similar issue to OP, one of my spares was showing up as a random string of numbers, removed it fine but now I can't seem to find anywhere to add it back
 
Top