Decyphering NVMe SMART error

Joined
Mar 8, 2022
Messages
1
Good day,
I have recently had an issue where I see my nvme disk pool as unhealthy
1646754804925.png

when I run SMART test on the drives I get errors on 2 drives making the pool

Code:
root@truenas[~]# smartctl -l error /dev/nvme4
smartctl 7.2 2020-12-30 r5155 [FreeBSD 12.2-RELEASE-p12 amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
Error Information (NVMe Log 0x01, 16 of 64 entries)
Num   ErrCount  SQId   CmdId  Status  PELoc          LBA  NSID    VS
  0          1     6  0x007b  0xc502  0x000    130089984     1     -

root@truenas[~]# smartctl -l error /dev/nvme2
smartctl 7.2 2020-12-30 r5155 [FreeBSD 12.2-RELEASE-p12 amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF SMART DATA SECTION ===
Error Information (NVMe Log 0x01, 16 of 64 entries)
Num   ErrCount  SQId   CmdId  Status  PELoc          LBA  NSID    VS
  0          1     2  0x007b  0xc502  0x000    105995848     1     -


I went thru the information on this page

but I just have no idea what the above error information actually tells me nor can I find anywhere to this table or how to read it

Can someone please point me in the direction of how to make sense of this?

Thank you
 

joeschmuck

Old Man
Moderator
Joined
May 28, 2011
Messages
10,994
Top