Hi there,
I hope this is the right place to ask since /r/zfs is no more.
Since a few months I try to repair my degraded ZFS pool. There is a failed drive (too many checksum errors) which I replaced with a new drive using this command:
After scrubbing for about a day the new installed drive again gets checksum errors:
I can repeat this over and over - the result is the same. This is maybe the third or forth drive I tried and after every scrub it fails again.
Do you guys know any troubleshooting steps, additional log files, etc.?
As you can see, tank2 is not the frist ZFS pool - I replaced nearly everything is this server except the power supply.
Kind regards!
I hope this is the right place to ask since /r/zfs is no more.
Since a few months I try to repair my degraded ZFS pool. There is a failed drive (too many checksum errors) which I replaced with a new drive using this command:
Code:
zpool replace tank2 ata-WDC_WD40EFZX-68AWUN0_WD-WX00DA1DAS7H /dev/disk/by-id/ata-WDC_WD40EFZX-68AWUN0_WD-WX00DA1C9FH8 -f
After scrubbing for about a day the new installed drive again gets checksum errors:
Code:
# zpool status -v
pool: tank2
state: DEGRADED
status: One or more devices has experienced an unrecoverable error. An
attempt was made to correct the error. Applications are unaffected.
action: Determine if the device needs to be replaced, and clear the errors
using 'zpool clear' or replace the device with 'zpool replace'.
see: https://openzfs.github.io/openzfs-docs/msg/ZFS-8000-9P
scan: resilvered 1.40T in 20:48:28 with 0 errors on Mon Jul 17 08:47:18 2023
config:
NAME STATE READ WRITE CKSUM
tank2 DEGRADED 0 0 0
raidz2-0 DEGRADED 0 0 0
ata-ST4000VN008-2DR166_ZM00WREM ONLINE 0 0 0
ata-ST4000VN008-2DR166_ZM00X4LJ ONLINE 0 0 0
ata-ST4000VN008-2DR166_ZM000740 ONLINE 0 0 0
ata-ST4000VN008-2DR166_ZG00VXEG ONLINE 0 0 0
ata-WDC_WD40EFZX-68AWUN0_WD-WX00DA1C9FH8 DEGRADED 0 0 463 too many errors
ata-ST4000VN008-2DR166_ZM00WJRF ONLINE 0 0 0
errors: No known data errors
I can repeat this over and over - the result is the same. This is maybe the third or forth drive I tried and after every scrub it fails again.
Do you guys know any troubleshooting steps, additional log files, etc.?
As you can see, tank2 is not the frist ZFS pool - I replaced nearly everything is this server except the power supply.
Code:
# zfs version
zfs-2.1.11-pve1
zfs-kmod-2.1.11-pve1
Code:
# uname -a
Linux rlhv 5.15.108-1-pve #1 SMP PVE 5.15.108-1 (2023-06-17T09:41Z) x86_64 GNU/Linux
Kind regards!