Checking my ZFS pool today I noticed that two of my drives are in some non-functioning state, one is REMOVED and the other OFFLINE.
I have attached ada8 and ada6 with geli and they seem to be working fine. I tried following the
I am not sure how to proceed. Is there some step I am missing?
I also do not understand why under name the two faulty disks are named 8101502927522773059 and 591043243035698817?
Also, I know having raidz1 config with these many devices is really dumb
zpool status
shows the following:
Code:
pool: library
state: UNAVAIL
status: One or more devices has been taken offline by the administrator.
Sufficient replicas exist for the pool to continue functioning in a
degraded state.
action: Online the device using 'zpool online' or replace the device with
'zpool replace'.
scan: none requested
config:
NAME STATE READ WRITE CKSUM
library UNAVAIL 0 0 0
raidz1-0 UNAVAIL 0 0 0
da0.eli ONLINE 0 0 0
da1.eli ONLINE 0 0 0
da2.eli ONLINE 0 0 0
da3.eli ONLINE 0 0 0
ada0.eli ONLINE 0 0 0
ada1.eli ONLINE 0 0 0
ada2.eli ONLINE 0 0 0
ada3.eli ONLINE 0 0 0
8101502927522773059 REMOVED 0 0 0 was /dev/ada8.eli
591043243035698817 OFFLINE 0 0 0 was /dev/ada6.eli
ada6.eli ONLINE 0 0 0
ada9.eli ONLINE 0 0 0
I have attached ada8 and ada6 with geli and they seem to be working fine. I tried following the
action
above by doing zpool replace
and zpool online
, but both commands results in cannot open 'library': pool is unavailable
I am not sure how to proceed. Is there some step I am missing?
I also do not understand why under name the two faulty disks are named 8101502927522773059 and 591043243035698817?
Also, I know having raidz1 config with these many devices is really dumb
