ZFS Degraded

Dexter23

Member
Dec 23, 2021
195
15
23
34
Hi this mornig i receive email from zfs about state of zfs pool is "degraded"
This is data of the disk is "degraded":
1725262517390.png

SMART Attributes:
1725262543678.png

SMART Long Test Result:
1725262582485.png

DMESG Kernel Message:

1725262615367.png

In your opinion the SSD is "Healthy"? What about Kernel Message?
Thx
 
Try to read sectors and look does it return data

Code:
hdparm --read-sector 512890372 /dev/sda
hdparm --read-sector 76753636 /dev/sda
hdparm --read-sector 821232972 /dev/sdb

Another drive test is to scrub with ZFS. It will read all the written data and will validate it.
 
Try to read sectors and look does it return data

Code:
hdparm --read-sector 512890372 /dev/sda
hdparm --read-sector 76753636 /dev/sda
hdparm --read-sector 821232972 /dev/sdb

Another drive test is to scrub with ZFS. It will read all the written data and will validate it.
Hi
The scrub command result success
The last scrub resut success
Thx