Swapped Disk Still Degraded

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
Currently running the latest trueNas. I had a WD 3TB drive that was showing up as having problems. I bought a replacement drive - actually I bought 3 just to be save. This was a 4TB drive, as the store was out of 3TB's. Both the original drive and the new drive are WD RED drives.

When I did the swap, I didn't do anything in truenas first (so the drive remained configured and reporting errors). I powered down the machine, pulled the drive, put the new 4TB drive in it's place, and powered it back up. The original drive was in the list as "ada5", and the new drive came up as "ada5" as well, but now showing the new serial # and new size.

I've tried running SMART tests & scrubbing the pool, and nothing is helping. So either this brand new drive is also having problems, or there's a hardware issue, or there's still some step I need to take in TrueNAS.

I don't recall seeing any explicit instructions on what to do when replacing a drive - do you have to take it out of a pool first, or do any software reconfiguration, or are you normally supposed to just be able to shut it down, swap the drive and start it up, and it magically works? Did I miss something?

Any help would be greatly appreciated.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177

NugentS

MVP
Joined
Apr 16, 2020
Messages
2,947
zpool status -v
smartctl --scan
Please
It would also help if you followed the forum rules and posted your hardware setup
 

SweetAndLow

Sweet'NASty
Joined
Nov 6, 2013
Messages
6,421
Currently running the latest trueNas. I had a WD 3TB drive that was showing up as having problems. I bought a replacement drive - actually I bought 3 just to be save. This was a 4TB drive, as the store was out of 3TB's. Both the original drive and the new drive are WD RED drives.

When I did the swap, I didn't do anything in truenas first (so the drive remained configured and reporting errors). I powered down the machine, pulled the drive, put the new 4TB drive in it's place, and powered it back up. The original drive was in the list as "ada5", and the new drive came up as "ada5" as well, but now showing the new serial # and new size.

I've tried running SMART tests & scrubbing the pool, and nothing is helping. So either this brand new drive is also having problems, or there's a hardware issue, or there's still some step I need to take in TrueNAS.

I don't recall seeing any explicit instructions on what to do when replacing a drive - do you have to take it out of a pool first, or do any software reconfiguration, or are you normally supposed to just be able to shut it down, swap the drive and start it up, and it magically works? Did I miss something?

Any help would be greatly appreciated.
Did you click the replace button under the drive section?
 

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
Seems that you might have an SMR drive there if it is a RED and not a RED PLUS which will not play well with TrueNAS.
From your description you did not do a "replace " ?

Thanks for the link - I hadn't seen these docs before. I did not "offline" the disk before removing it, so the subsequent issues are quite likely based on that.

NugentS asked me to run zpool status -v & startctl --scan:
Code:
Warning: settings changed through the CLI are not written to
the configuration database and will be reset on reboot.

root@freenas:~ # zpool status -v
  pool: data
 state: DEGRADED
status: One or more devices are faulted in response to persistent errors.
        Sufficient replicas exist for the pool to continue functioning in a
        degraded state.
action: Replace the faulted device, or use 'zpool clear' to mark the device
        repaired.
  scan: resilvered 0B in 01:26:51 with 0 errors on Sat Apr 16 14:20:24 2022
config:

        NAME                                            STATE     READ WRITE CKSUM
        data                                            DEGRADED     0     0 0
          raidz2-0                                      DEGRADED     0     0 0
            gptid/6b9f8369-a7d7-11e6-8cc4-1c1b0d39e4a8  ONLINE       0     0 0
            gptid/6c60a9fc-a7d7-11e6-8cc4-1c1b0d39e4a8  ONLINE       0     0 0
            gptid/6d297d93-a7d7-11e6-8cc4-1c1b0d39e4a8  ONLINE       0     0 0
            gptid/6dd8d192-a7d7-11e6-8cc4-1c1b0d39e4a8  ONLINE       0     0 0
            gptid/26fcdf7d-baf8-11ec-b964-1c1b0d39e4a8  FAULTED      2   342 0  too many errors

errors: No known data errors

  pool: freenas-boot
 state: ONLINE
status: Some supported features are not enabled on the pool. The pool can
        still be used, but some features are unavailable.
action: Enable all features using 'zpool upgrade'. Once this is done,
        the pool may no longer be accessible by software that does not support
        the features. See zpool-features(5) for details.
  scan: scrub repaired 0B in 00:01:21 with 0 errors on Sun Apr 17 03:46:21 2022
config:

        NAME                                          STATE     READ WRITE CKSUM
        freenas-boot                                  ONLINE       0     0     0
          gptid/2bf97bc9-a7d3-11e6-a42b-1c1b0d39e4a8  ONLINE       0     0     0

errors: No known data errors
root@freenas:~ # smartctl --scan
/dev/ada0 -d atacam # /dev/ada0, ATA device
/dev/ada1 -d atacam # /dev/ada1, ATA device
/dev/ada2 -d atacam # /dev/ada2, ATA device
/dev/ada3 -d atacam # /dev/ada3, ATA device
/dev/ada4 -d atacam # /dev/ada4, ATA device
/dev/ada5 -d atacam # /dev/ada5, ATA device
/dev/ses0 -d atacam # /dev/ses0, ATA device
root@freenas:~ 


Since I replaced it without offlining first, how do I recover from this point? I tried offlining the current disk, but it just says "Faulted" and doesn't go offline.
 

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
Did you click the replace button under the drive section?
Yes. I didn't offline the original problem disk. I just told the software to shutdown the computer, then once it shut down I pulled the old disk and inserted the new one and did a "Replace". Once it finished whatever it was doing, it indicated the new drive details (4TB instead of 3TB) but was still showing it having errors.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Not offlining, but swapping the disk will be ok.
The symptoms you have look like those from a SMR drive.
What are the drive models : WD40-EFAX would be SMR; EFRX would be CMR; EFZX would be CMR.
 
Last edited:

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
Not offlining, but swapping the disk will be ok.
The symptoms you have look like those from a SMR drive.
What are the drive models : WD40-EFAX would be SMR; EFRX would be CMR; EFZX would be CMR.
I added the details in my signature. The drive I replaced was a WDC WD30EFRX-68EUZN0, and I replaced it with a WDC WD40EFZX-68AWUN0. I originally started with two WDC WD30EFRX-68EUZN0, but did the swap after one died.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
I added the details in my signature. The drive I replaced was a WDC WD30EFRX-68EUZN0, and I replaced it with a WDC WD40EFZX-68AWUN0. I originally started with two WDC WD30EFRX-68EUZN0, but did the swap after one died.
Looks like the new drive is duff.
Pull the smart data for the drive: smartctl -a /dev/ada5
 
Last edited:

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
Looks like the new drive is duff.
Pull the smart data for the drive: smartctl -a /dev/xxxx
Code:
root@freenas:~ # smartctl -a /dev/ada5
smartctl 7.2 2020-12-30 r5155 [FreeBSD 12.2-RELEASE-p14 amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     WDC WD40EFZX-68AWUN0
Serial Number:    WD-WXB2DA1PY17A
LU WWN Device Id: 5 0014ee 214d45d71
Firmware Version: 81.00B81
User Capacity:    4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      3.5 inches
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sun Apr 17 11:41:54 2022 PDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever
                                        been run.
Total time to complete Offline
data collection:                (44340) seconds.
Offline data collection
capabilities:                    (0x11) SMART execute Offline immediate.
                                        No Auto Offline data collection support.
                                        Suspend Offline collection upon new
                                        command.
                                        No Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        No Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        ( 470) minutes.
SCT capabilities:              (0x303d) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x002f   100   253   051    Pre-fail  Always       -       0
  3 Spin_Up_Time            0x0027   100   253   021    Pre-fail  Always       -       0
  4 Start_Stop_Count        0x0032   100   100   000    Old_age   Always       -       3
  5 Reallocated_Sector_Ct   0x0033   200   200   140    Pre-fail  Always       -       0
  7 Seek_Error_Rate         0x002e   200   200   000    Old_age   Always       -       0
  9 Power_On_Hours          0x0032   100   100   000    Old_age   Always       -       107
 10 Spin_Retry_Count        0x0032   100   253   000    Old_age   Always       -       0
 11 Calibration_Retry_Count 0x0032   100   253   000    Old_age   Always       -       0
 12 Power_Cycle_Count       0x0032   100   100   000    Old_age   Always       -       2
192 Power-Off_Retract_Count 0x0032   200   200   000    Old_age   Always       -       0
193 Load_Cycle_Count        0x0032   200   200   000    Old_age   Always       -       2
194 Temperature_Celsius     0x0022   106   102   000    Old_age   Always       -       44
196 Reallocated_Event_Count 0x0032   200   200   000    Old_age   Always       -       0
197 Current_Pending_Sector  0x0032   200   200   000    Old_age   Always       -       0
198 Offline_Uncorrectable   0x0030   100   253   000    Old_age   Offline      -       0
199 UDMA_CRC_Error_Count    0x0032   200   200   000    Old_age   Always       -       0
200 Multi_Zone_Error_Rate   0x0008   200   200   000    Old_age   Offline      -       0

SMART Error Log Version: 1
No Errors Logged

SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%        26         -
# 2  Extended offline    Completed without error       00%        16         -

Selective Self-tests/Logging not supported

root@freenas:~ #
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
Do "glabel status" to check that we have the correct drive.
 

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
Do "glabel status" to check that we have the correct drive.
Code:
root@freenas:~ # glabel status
                                      Name  Status  Components
gptid/6b9f8369-a7d7-11e6-8cc4-1c1b0d39e4a8     N/A  ada0p2
gptid/6c60a9fc-a7d7-11e6-8cc4-1c1b0d39e4a8     N/A  ada1p2
                              label/efibsd     N/A  ada2p1
gptid/2bf6afd3-a7d3-11e6-a42b-1c1b0d39e4a8     N/A  ada2p1
gptid/2bf97bc9-a7d3-11e6-a42b-1c1b0d39e4a8     N/A  ada2p2
gptid/6d297d93-a7d7-11e6-8cc4-1c1b0d39e4a8     N/A  ada3p2
gptid/6dd8d192-a7d7-11e6-8cc4-1c1b0d39e4a8     N/A  ada4p2
gptid/26fcdf7d-baf8-11ec-b964-1c1b0d39e4a8     N/A  ada5p2
gptid/26ec0d58-baf8-11ec-b964-1c1b0d39e4a8     N/A  ada5p1
gptid/6b873d4f-a7d7-11e6-8cc4-1c1b0d39e4a8     N/A  ada0p1
root@freenas:
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
looks ok.
Pull all the logs: smartctl -x /dev/ada5

and do a "zpool clear data" and see if the errors come back
 

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
looks ok.
Pull all the logs: smartctl -x /dev/ada5

and do a "zpool clear data" and see if the errors come back
Code:
root@freenas:~ # smartctl -x /dev/ada5
smartctl 7.2 2020-12-30 r5155 [FreeBSD 12.2-RELEASE-p14 amd64] (local build)
Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Device Model:     WDC WD40EFZX-68AWUN0
Serial Number:    WD-WXB2DA1PY17A
LU WWN Device Id: 5 0014ee 214d45d71
Firmware Version: 81.00B81
User Capacity:    4,000,787,030,016 bytes [4.00 TB]
Sector Sizes:     512 bytes logical, 4096 bytes physical
Rotation Rate:    5400 rpm
Form Factor:      3.5 inches
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   ACS-3 T13/2161-D revision 5
SATA Version is:  SATA 3.1, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is:    Sun Apr 17 19:32:39 2022 PDT
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
AAM feature is:   Unavailable
APM feature is:   Unavailable
Rd look-ahead is: Enabled
Write cache is:   Enabled
DSN feature is:   Unavailable
ATA Security is:  Disabled, frozen [SEC2]
Wt Cache Reorder: Enabled

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x00) Offline data collection activity
                                        was never started.
                                        Auto Offline Data Collection: Disabled.
Self-test execution status:      (   0) The previous self-test routine completed
                                        without error or no self-test has ever
                                        been run.
Total time to complete Offline
data collection:                (44340) seconds.
Offline data collection
capabilities:                    (0x11) SMART execute Offline immediate.
                                        No Auto Offline data collection support.
                                        Suspend Offline collection upon new
                                        command.
                                        No Offline surface scan supported.
                                        Self-test supported.
                                        No Conveyance Self-test supported.
                                        No Selective Self-test supported.
SMART capabilities:            (0x0003) Saves SMART data before entering
                                        power-saving mode.
                                        Supports SMART auto save timer.
Error logging capability:        (0x01) Error logging supported.
                                        General Purpose Logging supported.
Short self-test routine
recommended polling time:        (   2) minutes.
Extended self-test routine
recommended polling time:        ( 470) minutes.
SCT capabilities:              (0x303d) SCT Status supported.
                                        SCT Error Recovery Control supported.
                                        SCT Feature Control supported.
                                        SCT Data Table supported.

SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAGS    VALUE WORST THRESH FAIL RAW_VALUE
  1 Raw_Read_Error_Rate     POSR-K   100   253   051    -    0
  3 Spin_Up_Time            POS--K   100   253   021    -    0
  4 Start_Stop_Count        -O--CK   100   100   000    -    3
  5 Reallocated_Sector_Ct   PO--CK   200   200   140    -    0
  7 Seek_Error_Rate         -OSR-K   200   200   000    -    0
  9 Power_On_Hours          -O--CK   100   100   000    -    115
 10 Spin_Retry_Count        -O--CK   100   253   000    -    0
 11 Calibration_Retry_Count -O--CK   100   253   000    -    0
 12 Power_Cycle_Count       -O--CK   100   100   000    -    2
192 Power-Off_Retract_Count -O--CK   200   200   000    -    0
193 Load_Cycle_Count        -O--CK   200   200   000    -    2
194 Temperature_Celsius     -O---K   107   102   000    -    43
196 Reallocated_Event_Count -O--CK   200   200   000    -    0
197 Current_Pending_Sector  -O--CK   200   200   000    -    0
198 Offline_Uncorrectable   ----CK   100   253   000    -    0
199 UDMA_CRC_Error_Count    -O--CK   200   200   000    -    0
200 Multi_Zone_Error_Rate   ---R--   200   200   000    -    0
                            ||||||_ K auto-keep
                            |||||__ C event count
                            ||||___ R error rate
                            |||____ S speed/performance
                            ||_____ O updated online
                            |______ P prefailure warning

General Purpose Log Directory Version 1
SMART           Log Directory Version 1 [multi-sector log support]
Address    Access  R/W   Size  Description
0x00       GPL,SL  R/O      1  Log Directory
0x01           SL  R/O      1  Summary SMART error log
0x02           SL  R/O      5  Comprehensive SMART error log
0x03       GPL     R/O      6  Ext. Comprehensive SMART error log
0x04       GPL,SL  R/O      8  Device Statistics log
0x06           SL  R/O      1  SMART self-test log
0x07       GPL     R/O      1  Extended self-test log
0x09           SL  R/W      1  Selective self-test log
0x10       GPL     R/O      1  NCQ Command Error log
0x11       GPL     R/O      1  SATA Phy Event Counters log
0x30       GPL,SL  R/O      9  IDENTIFY DEVICE data log
0x80-0x9f  GPL,SL  R/W     16  Host vendor specific log
0xa0-0xa7  GPL,SL  VS      16  Device vendor specific log
0xa8-0xb6  GPL,SL  VS       1  Device vendor specific log
0xb7       GPL,SL  VS      78  Device vendor specific log
0xbd       GPL,SL  VS       1  Device vendor specific log
0xc0       GPL,SL  VS       1  Device vendor specific log
0xc1       GPL     VS      93  Device vendor specific log
0xe0       GPL,SL  R/W      1  SCT Command/Status
0xe1       GPL,SL  R/W      1  SCT Data Transfer

SMART Extended Comprehensive Error Log Version: 1 (6 sectors)
No Errors Logged

SMART Extended Self-test Log Version: 1 (1 sectors)
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Extended offline    Completed without error       00%        26         -
# 2  Extended offline    Completed without error       00%        16         -

Selective Self-tests/Logging not supported

SCT Status Version:                  3
SCT Version (vendor specific):       258 (0x0102)
Device State:                        Active (0)
Current Temperature:                    43 Celsius
Power Cycle Min/Max Temperature:     43/45 Celsius
Lifetime    Min/Max Temperature:     24/48 Celsius
Under/Over Temperature Limit Count:   0/0
Vendor specific:
01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00

SCT Temperature History Version:     2
Temperature Sampling Period:         1 minute
Temperature Logging Interval:        1 minute
Min/Max recommended Temperature:      0/65 Celsius
Min/Max Temperature Limit:           -41/85 Celsius
Temperature History Size (Index):    478 (232)

Index    Estimated Time   Temperature Celsius
 233    2022-04-17 11:35    44  *************************
 ...    ..( 42 skipped).    ..  *************************
 276    2022-04-17 12:18    44  *************************
 277    2022-04-17 12:19    45  **************************
 ...    ..(  3 skipped).    ..  **************************
 281    2022-04-17 12:23    45  **************************
 282    2022-04-17 12:24    44  *************************
 283    2022-04-17 12:25    44  *************************
 284    2022-04-17 12:26    44  *************************
 285    2022-04-17 12:27    45  **************************
 ...    ..(  2 skipped).    ..  **************************
 288    2022-04-17 12:30    45  **************************
 289    2022-04-17 12:31    44  *************************
 290    2022-04-17 12:32    45  **************************
 ...    ..(  5 skipped).    ..  **************************
 296    2022-04-17 12:38    45  **************************
 297    2022-04-17 12:39    44  *************************
 298    2022-04-17 12:40    45  **************************
 299    2022-04-17 12:41    45  **************************
 300    2022-04-17 12:42    44  *************************
 301    2022-04-17 12:43    45  **************************
 302    2022-04-17 12:44    44  *************************
 303    2022-04-17 12:45    44  *************************
 304    2022-04-17 12:46    44  *************************
 305    2022-04-17 12:47    45  **************************
 306    2022-04-17 12:48    44  *************************
 ...    ..( 62 skipped).    ..  *************************
 369    2022-04-17 13:51    44  *************************
 370    2022-04-17 13:52    43  ************************
 371    2022-04-17 13:53    44  *************************
 372    2022-04-17 13:54    44  *************************
 373    2022-04-17 13:55    43  ************************
 374    2022-04-17 13:56    44  *************************
 ...    ..(  4 skipped).    ..  *************************
 379    2022-04-17 14:01    44  *************************
 380    2022-04-17 14:02    43  ************************
 381    2022-04-17 14:03    44  *************************
 ...    ..(  2 skipped).    ..  *************************
 384    2022-04-17 14:06    44  *************************
 385    2022-04-17 14:07    43  ************************
 386    2022-04-17 14:08    44  *************************
 387    2022-04-17 14:09    44  *************************
 388    2022-04-17 14:10    44  *************************
 389    2022-04-17 14:11    43  ************************
 390    2022-04-17 14:12    44  *************************
 391    2022-04-17 14:13    43  ************************
 392    2022-04-17 14:14    44  *************************
 393    2022-04-17 14:15    43  ************************
 ...    ..(  2 skipped).    ..  ************************
 396    2022-04-17 14:18    43  ************************
 397    2022-04-17 14:19    44  *************************
 398    2022-04-17 14:20    44  *************************
 399    2022-04-17 14:21    43  ************************
 ...    ..(187 skipped).    ..  ************************
 109    2022-04-17 17:29    43  ************************
 110    2022-04-17 17:30    44  *************************
 111    2022-04-17 17:31    43  ************************
 ...    ..( 72 skipped).    ..  ************************
 184    2022-04-17 18:44    43  ************************
 185    2022-04-17 18:45    44  *************************
 186    2022-04-17 18:46    43  ************************
 ...    ..( 45 skipped).    ..  ************************
 232    2022-04-17 19:32    43  ************************

SCT Error Recovery Control:
           Read:     70 (7.0 seconds)
          Write:     70 (7.0 seconds)

Device Statistics (GP Log 0x04)
Page  Offset Size        Value Flags Description
0x01  =====  =               =  ===  == General Statistics (rev 1) ==
0x01  0x008  4               2  ---  Lifetime Power-On Resets
0x01  0x010  4             115  ---  Power-on Hours
0x01  0x018  6        11827120  ---  Logical Sectors Written
0x01  0x020  6           52825  ---  Number of Write Commands
0x01  0x028  6          300097  ---  Logical Sectors Read
0x01  0x030  6            3693  ---  Number of Read Commands
0x01  0x038  6       414000000  ---  Date and Time TimeStamp
0x03  =====  =               =  ===  == Rotating Media Statistics (rev 1) ==
0x03  0x008  4             115  ---  Spindle Motor Power-on Hours
0x03  0x010  4             115  ---  Head Flying Hours
0x03  0x018  4               3  ---  Head Load Events
0x03  0x020  4               0  ---  Number of Reallocated Logical Sectors
0x03  0x028  4               0  ---  Read Recovery Attempts
0x03  0x030  4               0  ---  Number of Mechanical Start Failures
0x03  0x038  4               0  ---  Number of Realloc. Candidate Logical Sectors
0x03  0x040  4               0  ---  Number of High Priority Unload Events
0x04  =====  =               =  ===  == General Errors Statistics (rev 1) ==
0x04  0x008  4               0  ---  Number of Reported Uncorrectable Errors
0x04  0x010  4               4  ---  Resets Between Cmd Acceptance and Completion
0x05  =====  =               =  ===  == Temperature Statistics (rev 1) ==
0x05  0x008  1              43  ---  Current Temperature
0x05  0x010  1              43  ---  Average Short Term Temperature
0x05  0x018  1               -  ---  Average Long Term Temperature
0x05  0x020  1              48  ---  Highest Temperature
0x05  0x028  1              30  ---  Lowest Temperature
0x05  0x030  1              44  ---  Highest Average Short Term Temperature
0x05  0x038  1              42  ---  Lowest Average Short Term Temperature
0x05  0x040  1               -  ---  Highest Average Long Term Temperature
0x05  0x048  1               -  ---  Lowest Average Long Term Temperature
0x05  0x050  4               0  ---  Time in Over-Temperature
0x05  0x058  1              65  ---  Specified Maximum Operating Temperature
0x05  0x060  4               0  ---  Time in Under-Temperature
0x05  0x068  1               0  ---  Specified Minimum Operating Temperature
0x06  =====  =               =  ===  == Transport Statistics (rev 1) ==
0x06  0x008  4            1076  ---  Number of Hardware Resets
0x06  0x010  4               9  ---  Number of ASR Events
0x06  0x018  4               0  ---  Number of Interface CRC Errors
                                |||_ C monitored condition met
                                ||__ D supports DSN
                                |___ N normalized value

Pending Defects log (GP Log 0x0c) not supported

SATA Phy Event Counters (GP Log 0x11)
ID      Size     Value  Description
0x0001  2            0  Command failed due to ICRC error
0x0002  2          400  R_ERR response for data FIS
0x0003  2            0  R_ERR response for device-to-host data FIS
0x0004  2          400  R_ERR response for host-to-device data FIS
0x0005  2           10  R_ERR response for non-data FIS
0x0006  2            0  R_ERR response for device-to-host non-data FIS
0x0007  2           10  R_ERR response for host-to-device non-data FIS
0x0008  2            0  Device-to-host non-data FIS retries
0x0009  2          407  Transition from drive PhyRdy to drive PhyNRdy
0x000a  2          408  Device-to-host register FISes sent due to a COMRESET
0x000b  2          403  CRC errors within host-to-device FIS
0x000d  2            7  Non-CRC errors within host-to-device FIS
0x000f  2          393  R_ERR response for host-to-device data FIS, CRC
0x0012  2           10  R_ERR response for host-to-device non-data FIS, CRC
0x8000  4       110354  Vendor specific

root@freenas:~ #

I also tried the `zpool clear data` but the drive is still listed as `FAULTED`. Also, a resilvering process had started, and in the 7 hours I was gone it hadn't moved past 0% done, so I restarted the server. When it came up, the disk is still FAULTED and the pool is still degraded.
 

Alecmascot

Guru
Joined
Mar 18, 2014
Messages
1,177
I n tbe tail end of the last smart log there are 400 crc errors and resets. Lets separate ada5 from its cabling/port. Swap it with ada4 and reboot. Do zpool clear aftedwards. Tell me about the chassis and motherboard.
 

Colin Fox

Dabbler
Joined
Oct 17, 2016
Messages
14
I n tbe tail end of the last smart log there are 400 crc errors and resets. Lets separate ada5 from its cabling/port. Swap it with ada4 and reboot. Do zpool clear aftedwards. Tell me about the chassis and motherboard.
Sorry for the long delay. My mobo is a Gigabyte GA-z170-hd3. Not sure what you mean by the chassis - just an ordinary PC case. Anyway - I took your suggestion and swapped the SATA cables with another drive, and when it booted, everything came up ok! It's currently resilvering, but not reporting any errors on any disk. The bad disk ada5 is now the good disk ada0.
UPDATE: After silvering, the system is all in the green, so I think the issue is fixed. When I swapped the SATA cables, I noticed that one was not very well connected, so the disk issue might just have been me not properly plugging it in.
 
Last edited:
Top