Hello,
We have a root ZFS pool running ZFS RAID10. It was limping due to a failed disk removal - so only 1 disk was available in the 2nd mirror. Today the server went down and after rebooting into rescue, we are no longer able to see the pool. Trying to import shows this -
It was working with mirror-0 and single sdd earlier. sdc is the one which was being replaced when this happened.
sdd contains the required data.
Is there any way we can mark it is Good / non-corrupted and import the rpool ?
Thank you in advance!
We have a root ZFS pool running ZFS RAID10. It was limping due to a failed disk removal - so only 1 disk was available in the 2nd mirror. Today the server went down and after rebooting into rescue, we are no longer able to see the pool. Trying to import shows this -
Bash:
root@pve214:# zpool import -f
pool: rpool
id: 11022258939023149266
state: UNAVAIL
status: The pool was last accessed by another system.
action: The pool cannot be imported due to damaged devices or data.
see: http://zfsonlinux.org/msg/ZFS-8000-EY
config:
rpool UNAVAIL insufficient replicas
mirror-0 ONLINE
ata-TOSHIBA_THNSN81Q92CSE_966S101FTB4V-part3 ONLINE
ata-TOSHIBA_THNSN81Q92CSE_966S101ATB4V-part3 ONLINE
sdd FAULTED corrupted data
sdc ONLINE
It was working with mirror-0 and single sdd earlier. sdc is the one which was being replaced when this happened.
sdd contains the required data.
Is there any way we can mark it is Good / non-corrupted and import the rpool ?
Thank you in advance!