One of two hard discs (ada1) in a zpool mirror started to fail today, so I used a spare disc to try to replace the disk. I used gpart to create partitions of identical sizes and a boot section to the ok disc (ada0) and successfully got it in with
After trying to
This is what the console looks like:
View: https://www.youtube.com/watch?v=lbRbTny768s
I suspect I should just power this down physically for a start, I'm not sure what else I can do.
zpool attach
. In the midst of the resilvering, the "good" disk seems also to have failed, with the error "REMOVED" as can be seen in the following output of zpool status
:
Code:
pool: zroot
state: DEGRADED
status: One or more devices is currently being resilvered. The pool will
continue to function, possibly in a degraded state.
action: Wait for the resilver to complete.
scan: resilver in progress since Fri Jul 1 14:46:44 2022
253G scanned at 17.0M/s, 222G issued at 14.9M/s, 1.94T total
185G resilvered, 11.18% done, 1 days 09:32:38 to go
config:
NAME STATE READ WRITE CKSUM
zroot DEGRADED 527K 0 0
mirror-0 DEGRADED 1.03M 0 6
ada1p3 FAULTED 0 4 0 too many errors
1457454098546718061 REMOVED 0 0 0 was /dev/ada0p3
ada2p3 ONLINE 0 0 1.03M
su
, the computer seems to have bricked. Does anyone have any suggestions for course of action?This is what the console looks like:
I suspect I should just power this down physically for a start, I'm not sure what else I can do.