With my ZFS setup, configured in a raidz1 setting, two of the drives are continuously removed forcing me to reboot the system to get things working again.
This is what I get when I do a zpool status
The pool is encrypted as well. I have identified the two drives that gets removed constantly, but I can't seem to find a way to get them online again. I can reboot the system and decrypt and attach the entire pool with no problem, but I would like to be able to get the pool back without having to do a reboot all the time. Any ideas?
Also curious if anyone knows what the issue might be, as this seem to happen a lot. The fact that the same two drives are removed every time is a bit odd to me. Any logs I could provide?
This is what I get when I do a zpool status
Code:
pool: library
state: UNAVAIL
status: One or more devices are faulted in response to IO failures.
action: Make sure the affected devices are connected, then run 'zpool clear'.
see: http://illumos.org/msg/ZFS-8000-HC
scan: scrub in progress since Mon Sep 9 19:13:50 2019
58.0G scanned out of 62.0T at 72.9M/s, 247h23m to go
0 repaired, 0.09% done
config:
NAME STATE READ WRITE CKSUM
library UNAVAIL 107 12 0
raidz1-0 UNAVAIL 218 8 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
ada6.eli ONLINE 0 0 0
591043243035698817 REMOVED 0 0 0 was /dev/ada8.eli
4784318005487700532 REMOVED 0 0 0 was /dev/ada9.eli
ada7.eli ONLINE 0 0 0
errors: 118 data errors, use '-v' for a list
The pool is encrypted as well. I have identified the two drives that gets removed constantly, but I can't seem to find a way to get them online again. I can reboot the system and decrypt and attach the entire pool with no problem, but I would like to be able to get the pool back without having to do a reboot all the time. Any ideas?
Also curious if anyone knows what the issue might be, as this seem to happen a lot. The fact that the same two drives are removed every time is a bit odd to me. Any logs I could provide?