ZFS ZFS pool got faulted after power lost

My ZFS pool missed after power lost last night.

The followings is displayed when I issue command zpool status
pool: zdata
state: FAULTED
status: The pool metadata is corrupted and the pool cannot be opened.
action: Recovery is possible, but will result in some data loss.
Returning the pool to its state as of 日 8月/30 17:08:21 2020
should correct the problem. Approximately 1 seconds of data
must be discarded, irreversibly. Recovery can be attempted
by executing 'zpool clear -F zdata'. A scrub of the pool
is strongly recommended after recovery.
see: http://illumos.org/msg/ZFS-8000-72
scan: resilvered 863G in 0 days 04:11:30 with 0 errors on Mon May 11 21:59:12 2020
config:

NAME STATE READ WRITE CKSUM
zdata FAULTED 0 0 2
raidz1-0 ONLINE 0 0 8
ada0 ONLINE 0 0 0
diskid/DISK-Z4Z9N15A ONLINE 0 0 0
diskid/DISK-Z4Z9KR9A ONLINE 0 0 0
diskid/DISK-Z4Z9N8GF ONLINE 0 0 0

But one error I got is
cannot clear errors for zdata: I/O error
when I execute command
zpool clear -F zdata

How to recover this zfs? Please help me!
 
The output of zpool status -x is as follow
pool: zdata
state: FAULTED
status: The pool metadata is corrupted and the pool cannot be opened.
action: Recovery is possible, but will result in some data loss.
Returning the pool to its state as of 日 8月/30 17:08:21 2020
should correct the problem. Approximately 1 seconds of data
must be discarded, irreversibly. Recovery can be attempted
by executing 'zpool clear -F zdata'. A scrub of the pool
is strongly recommended after recovery.
see: http://illumos.org/msg/ZFS-8000-72
scan: resilvered 863G in 0 days 04:11:30 with 0 errors on Mon May 11 21:59:12 2020
config:

NAME STATE READ WRITE CKSUM
zdata FAULTED 0 0 2
raidz1-0 ONLINE 0 0 8
ada0 ONLINE 0 0 0
diskid/DISK-Z4Z9N15A ONLINE 0 0 0
diskid/DISK-Z4Z9KR9A ONLINE 0 0 0
diskid/DISK-Z4Z9N8GF ONLINE 0 0 0
 
Sorry, I meant to type zpool status -v.

Regardless, you need to get your backups out and restore. You're wasting time here trying to figure out the problem, IMO.
 
I can use more time to recover the data. Is it possible to recover data from faulted zfs pool? The result of command zpool status -v is same
 
Back
Top