Pool degraded now offline, doesn't show any discs in pool

sstainba

Cadet
Joined
Apr 6, 2021
Messages
4
I'm relatively new to TrueNAS. One of the pools I had set up was 4x 4TB HGST in a ZFS2 configuration. Yesterday I got an alert that the pool was degraded as one of the disks was offline. It came back after a reboot. However, today the pool went offline and won't come back. The 3 or the 4 disks shows up but it doesn't seem like they're included in the pool any longer. Can this be corrected? I'm building a new pool with 2 new disks tomorrow and I want to bring this one back up long enough to move the data onto the new pool. Should I export/disconnect this pool and then create a new pool and import those disks? Will that let me read the data?

I'm running TrueNAS core 12.0-U2.1
 

sstainba

Cadet
Joined
Apr 6, 2021
Messages
4
Here is the output of the zpool iport command:

root@truenas[~]# zpool import
pool: Volume1
id: 4599905739910195054
state: FAULTED
status: One or more devices were being resilvered.
action: The pool cannot be imported due to damaged devices or data.
The pool may be active on another system, but can be imported using
the '-f' flag.
config:

Volume1 FAULTED corrupted data
raidz1-0 FAULTED corrupted data
gptid/8db82100-5f94-11eb-8b51-7085c263adbd ONLINE
gptid/8dbfac9f-5f94-11eb-8b51-7085c263adbd ONLINE
gptid/8e1dc6d7-5f94-11eb-8b51-7085c263adbd ONLINE
gptid/8e277aba-5f94-11eb-8b51-7085c263adbd UNAVAIL cannot open
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Did you try zpool import -f ?
 

sstainba

Cadet
Joined
Apr 6, 2021
Messages
4
Did you try zpool import -f ?

I haven't yet because I wasn't sure if that was the right thing to do. I wasn't sure if I needed to replace the lost disc first or not. (only 3 of the 4 are showing online). I would rather not replace it as I'm just going to create a new pool with new discs.
 

ddaenen1

Patron
Joined
Nov 25, 2019
Messages
318
I'm relatively new to TrueNAS. One of the pools I had set up was 4x 4TB HGST in a ZFS2 configuration.

Why do you say "ZFS2" configuration when your zpool import states "zraid1"? Normally a zraid1 can only have one faulty disk. I would have replaced the disk first and see what happens once you put that bad disk offline and replace?
 

sstainba

Cadet
Joined
Apr 6, 2021
Messages
4
Why do you say "ZFS2" configuration when your zpool import states "zraid1"? Normally a zraid1 can only have one faulty disk. I would have replaced the disk first and see what happens once you put that bad disk offline and replace?

You're right, I misspoke. Is it normal that the pool would go offline if one of the disks fails? As I mentioned, I'm not to TrueNAS. Before I was using the BIOS RAID w/ Windows Server...
 
Top