Failure to replicate degraded pool

diggerydoo

Cadet
Joined
Jun 24, 2022
Messages
8
It seemingly copied 700 out of the 800 gigs to the new pool but gave the error

[EFAULT] warning: cannot send Input/output error cannot receive resume stream: checksum mismatch or incomplete stream. Partially received snapshot is saved. A resuming stream can be generated on the sending system by running: zfs send -t
 

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
It's always helpful to list your hardware and pool configuration, like the forum rules request.

Plus, this command on the source would be useful: zpool status
 

diggerydoo

Cadet
Joined
Jun 24, 2022
Messages
8
the pool is made up of two 500gb drives and one 850gb drive
Hardware is an old amd athlon x64

Results of zpool status:

scan: resilvered 2.75G in 6 days 00:51:51 with 33003 errors on Sun Dec 25 14:36:21 2022
config:

NAME STATE READ WRITE CKSUM
Storage 1 DEGRADED 0 0 0
raidz1-0 DEGRADED 361 0 0
gptid/cc1a9987-f240-11ec-b560-1c1b0d3d489a DEGRADED 0 0 60.0K too many errors
gptid/ccccc5a6-f240-11ec-b560-1c1b0d3d489a FAULTED 88 360 3 too many errors
gptid/cd790dc4-f240-11ec-b560-1c1b0d3d489a DEGRADED 414 0 68.3K too many errors

errors: 44923 data errors, use '-v' for a list
 

Arwen

MVP
Joined
May 17, 2014
Messages
3,611
Your source pool is basically lost.

It may be possible that their are cable, connector or power supply issues that affected your data disks. Further, an expert might be able to determine if the failures are in snapshots and potentially your live data could be good. But, that is beyond what I can assist with remotely. Perhaps someone else can step in.


A well managed TrueNAS server will have ZFS scrubs setup perhaps twice a month, as well as regular SMART tests. Plus notifications enabled to let the administrator know about failures while they are still manageable.


Good luck.
 
Top