I have a small zpool of a pair of mirrored 4 TB drives. One of the drives had been accumulating errors so I bought a replacement and swapped it out. The new drive made some nasty sounds when it first booted up, but has been silent ever since. I told ZFS to replace the drive, then let the resilvering run overnight.
zpool replace -f westside 5616852388428375487 /dev/disk/by-id/ata-ST4000VN006-3CW104_ZW63JF1T
Unfortunately, the next day I ran a zpool status
and discovered new errors.
pool: westside
state: DEGRADED
scan: resilvered 2.19T in 08:52:33 with 0 errors on Thu May 22 00:27:17 2025
config:
NAME STATE READ WRITE CKSUM
westside DEGRADED 0 0 0
mirror-0 DEGRADED 0 0 0
replacing-0 UNAVAIL 0 0 0 insufficient replicas
5616852388428375487 UNAVAIL 0 0 0 was /dev/disk/by-id/wwn-0x5000c500e37dbe0e-part1
ata-ST4000VN006-3CW104_ZW63JF1T FAULTED 0 18 0 too many errors
ata-ST4000VN008-2DR166_ZGY79WM3 ONLINE 0 0 0
errors: No known data errors
Is this a situation where I give it one more try and hope it works? If so, how do I restart the process from here? Or should I just reach out to Seagate and get a replacement?