I had a pool in a degraded state on a server with the following config :
I have rebooted the server and after the server has finished reboot, the tank pool has simply vanished !
I think that there are couple of problems here :
Thanks for your help recovering this lost pool
Code:
root@tremoctopus:~# zpool status
pool: rpool
state: ONLINE
scan: scrub repaired 0B in 0 days 00:00:04 with 0 errors on Sun Mar 14 00:24:05 2021
config:
NAME STATE READ WRITE CKSUM
rpool ONLINE 0 0 0
mirror-0 ONLINE 0 0 0
ata-2.5__SATA_SSD_3MG2-P_BCA11812100260002-part3 ONLINE 0 0 0
ata-2.5__SATA_SSD_3MG2-P_BCA11812100260001-part3 ONLINE 0 0 0
errors: No known data errors
pool: tank
state: DEGRADED
status: One or more devices could not be used because the label is missing or
invalid. Sufficient replicas exist for the pool to continue
functioning in a degraded state.
action: Replace the device using 'zpool replace'.
see: http://zfsonlinux.org/msg/ZFS-8000-4J
scan: resilvered 4.11G in 0 days 00:01:39 with 0 errors on Wed Feb 17 11:25:00 2021
config:
NAME STATE READ WRITE CKSUM
tank DEGRADED 0 0 0
raidz1-0 DEGRADED 0 0 0
sdc ONLINE 0 1 0
sdd ONLINE 0 0 0
sde UNAVAIL 4 1.45K 0
sdf ONLINE 0 1 0
logs
nvme0n1 ONLINE 0 0 0
errors: No known data errors
I have rebooted the server and after the server has finished reboot, the tank pool has simply vanished !
I think that there are couple of problems here :
- there should be a BIG RED FLAG on the GUI if you have a disk pool that has one unit broken / failed (today nothing is displayed in the GUI, you have to go all the way to your disk and ZFS to figure out what is going on)
- this has to be tied to some e-mail / warning system somehow
- I can't understand what happened to the system to have the pool simply wiped with no prior warning or anything like It. The pool my be in failed state, or corrupted or something else in terms of status, but it has vanished so something must be really wrong somewhere…
Thanks for your help recovering this lost pool